Uses of Interface
org.salespointframework.core.events.FormSheetListener

Packages that use FormSheetListener
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. 
org.salespointframework.desktop.multiwindow Contains classes for the standard SalesPoint application GUI. 
 

Uses of FormSheetListener in org.salespointframework.core
 

Classes in org.salespointframework.core that implement FormSheetListener
 class SalesPoint
          A single point of org.salespointframework.sale in a shop.
 

Methods in org.salespointframework.core with parameters of type FormSheetListener
 void NullDisplay.addFormSheetListener(FormSheetListener fsl)
          Throws an InvalidDisplayException.
 void JDisplayFrame.addFormSheetListener(FormSheetListener fsl)
          Add a listener to receive notification on the JDisplayFrame's FormSheet.
 void JDisplayDialog.addFormSheetListener(FormSheetListener fsl)
          Add a listener to receive notification on the JDisplayDialog's FormSheet.
 void Display.addFormSheetListener(FormSheetListener fsl)
          Registers a FormSheetListener to be informed when a FormSheet is set or closed.
 void NullDisplay.removeFormSheetListener(FormSheetListener fsl)
          Throws an InvalidDisplayException.
 void JDisplayFrame.removeFormSheetListener(FormSheetListener fsl)
          Remove a listener to receive notification on the JDisplayFrame's FormSheet.
 void JDisplayDialog.removeFormSheetListener(FormSheetListener fsl)
          Remove a listener to receive notification on the JDisplayDialog's FormSheet.
 void Display.removeFormSheetListener(FormSheetListener fsl)
          Unregisters a FormSheetListener to be informed when a FormSheet is set or closed.
 

Uses of FormSheetListener in org.salespointframework.core.events
 

Classes in org.salespointframework.core.events that implement FormSheetListener
 class FormSheetAdapter
          Convenience adapter for the FormSheetListener interface.
 

Uses of FormSheetListener in org.salespointframework.desktop.multiwindow
 

Methods in org.salespointframework.desktop.multiwindow with parameters of type FormSheetListener
 void JTabDisplay.addFormSheetListener(FormSheetListener fsl)
          Adds a listener to receive notification on the JTabbedDisplay's FormSheet.
 void JInternalDisplay.addFormSheetListener(FormSheetListener fsl)
          Adds a listener to receive notification on the JInternalDisplay's FormSheet.
 void JTabDisplay.removeFormSheetListener(FormSheetListener fsl)
          Removes a listener to receive notification on the JTabbedDisplay's FormSheet.
 void JInternalDisplay.removeFormSheetListener(FormSheetListener fsl)
          Removse a listener to receive notification on the JInternalDisplay's FormSheet.