|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SectionChangeListener
This interface is used to listen for events that occur when a Section (a tab in the application's user interface) is changed.
Method Summary | |
---|---|
void |
sectionChanged(SectionEvent event)
Section Change notification fired after the section change has occured in the UI |
void |
sectionChanging(SectionEvent event)
This event gets fired before the section is actually changed. |
Method Detail |
---|
void sectionChanged(SectionEvent event)
event
- the event associated with the section change.void sectionChanging(SectionEvent event)
event
- a SectionEvent
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |