bibliothek.gui.dock.toolbar.expand
Interface ExpandableToolbarItemListener


public interface ExpandableToolbarItemListener

A listener that can be added to an AbstractToolbarDockStation.

Author:
Benjamin Sigg

Method Summary
 void changed(ExpandableToolbarItem item, ExpandedState oldState, ExpandedState newState)
          Called if the state of item changed from oldState to newState.
 

Method Detail

changed

void changed(ExpandableToolbarItem item,
             ExpandedState oldState,
             ExpandedState newState)
Called if the state of item changed from oldState to newState.

Parameters:
item - the source of the event
oldState - the old state of item
newState - the new state of item