SalesPoint Framework v3.0

sale.events
Class FormSheetAdapter

java.lang.Object
  |
  +--sale.events.FormSheetAdapter

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
Version:
2.0 27/05/1999
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.
Override:
Sometimes.
Specified by:
formSheetSet in interface FormSheetListener
Parameters:
e - the event object.

formSheetRemoved

public void formSheetRemoved(FormSheetEvent e)
Event triggered whenever a FormSheet was removed from the Display.
Override:
Sometimes.
Specified by:
formSheetRemoved in interface FormSheetListener
Parameters:
e - the event object.

SalesPoint Framework v3.0