Uses of Class
org.salespointframework.core.events.FormSheetEvent

Packages that use FormSheetEvent
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.events Event classes for use with the classes in the sale package. 
 

Uses of FormSheetEvent in org.salespointframework.core
 

Methods in org.salespointframework.core with parameters of type FormSheetEvent
 void SalesPoint.formSheetRemoved(FormSheetEvent e)
          Implemented to make sure there always is a FormSheet.
 void SalesPoint.formSheetSet(FormSheetEvent e)
          Dummy interface to conform by the FormSheetListener interface.
 

Uses of FormSheetEvent in org.salespointframework.core.events
 

Methods in org.salespointframework.core.events with parameters of type FormSheetEvent
 void FormSheetListener.formSheetRemoved(FormSheetEvent e)
          Event triggered whenever a FormSheet was removed from the Display.
 void FormSheetAdapter.formSheetRemoved(FormSheetEvent e)
          Event triggered whenever a FormSheet was removed from the Display.
 void FormSheetListener.formSheetSet(FormSheetEvent e)
          Event triggered whenever a new FormSheet was set on the Display.
 void FormSheetAdapter.formSheetSet(FormSheetEvent e)
          Event triggered whenever a new FormSheet was set on the Display.