|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpandableToolbarItemListener
A listener that can be added to an AbstractToolbarDockStation
.
Method Summary | |
---|---|
void |
changed(ExpandableToolbarItem item,
ExpandedState oldState,
ExpandedState newState)
Called if the state of item changed from
oldState to newState . |
Method Detail |
---|
void changed(ExpandableToolbarItem item, ExpandedState oldState, ExpandedState newState)
item
changed from
oldState
to newState
.
item
- the source of the eventoldState
- the old state of item
newState
- the new state of item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |