SalesPoint v3.3 API

sale.events
Class FormSheetAdapter

java.lang.Object
  extended by sale.events.FormSheetAdapter
All Implemented Interfaces:
Serializable, EventListener, FormSheetListener, SerializableListener

public abstract class FormSheetAdapter
extends Object
implements FormSheetListener, SerializableListener

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.

Since:
v2.0
Author:
Steffen Zschaler
See Also:
Serialized Form

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

FormSheetAdapter

public FormSheetAdapter()
Method Detail

formSheetSet

public void formSheetSet(FormSheetEvent e)
Event triggered whenever a new FormSheet was set on the Display.

Specified by:
formSheetSet in interface FormSheetListener
Parameters:
e - the event object.
Override:
Sometimes

formSheetRemoved

public void formSheetRemoved(FormSheetEvent e)
Event triggered whenever a FormSheet was removed from the Display.

Specified by:
formSheetRemoved in interface FormSheetListener
Parameters:
e - the event object.
Override:
Sometimes

SalesPoint v3.3 API