|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.events.FormSheetAdapter
public abstract class FormSheetAdapter
Convenience adapter for the FormSheetListener interface. All the methods in the interface are implemented, but they are implemented with empty method bodies. So you can create subclasses where you only override the methods in which you are interested.
Constructor Summary | |
---|---|
FormSheetAdapter()
|
Method Summary | |
---|---|
void |
formSheetRemoved(FormSheetEvent e)
Event triggered whenever a FormSheet was removed from the Display. |
void |
formSheetSet(FormSheetEvent e)
Event triggered whenever a new FormSheet was set on the Display. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormSheetAdapter()
Method Detail |
---|
public void formSheetSet(FormSheetEvent e)
formSheetSet
in interface FormSheetListener
e
- the event object.public void formSheetRemoved(FormSheetEvent e)
formSheetRemoved
in interface FormSheetListener
e
- the event object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |