|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.accpac.sm.NotificationAdapter
@ThreadSafe public abstract class NotificationAdapter
An abstract adapter class for receiving notification events. The methods in
this class are empty. This class exists as a convenience for creating
listener objects.
Extend this class to create a NotificationListener and override the methods
for the events of interest.
Constructor Summary | |
---|---|
NotificationAdapter()
|
Method Summary | |
---|---|
void |
closing(InstanceEvent e)
The view instance is closing |
void |
committedRevisionRecord(RevisionEvent e)
Committed revision record |
void |
deleted(RecordChangeEvent e)
Record has been deleted |
void |
deleting(RecordChangeEvent e)
Record is about to be deleted |
void |
extractedRevisionRecord(RevisionEvent e)
Extraced revision record |
void |
fieldAttributesChanged(FieldChangeEvent e)
A field's attributes changed |
void |
fieldPresentationChanged(FieldChangeEvent e)
A field presentation changed |
void |
fieldValueChanged(FieldChangeEvent e)
A field value changed |
void |
filterChanged(InstanceEvent e)
The current filter string changed. |
void |
indexChanged(InstanceEvent e)
The current index changed? What is INSTANCE_NOTIFY_ORDER |
void |
initialized(RecordChangeEvent e)
Record was initialized |
void |
retrieved(RecordChangeEvent e)
Record was retrieved |
void |
revisionCancelled(RevisionEvent e)
Revision cancelled |
void |
revisionPosted(RevisionEvent e)
Revision posted |
void |
revisionPosting(RevisionEvent e)
Revision posting |
void |
securityEventOccurred(InstanceEvent e)
A Security event occurred |
void |
verifying(RecordChangeEvent e)
Record is being verified |
void |
written(RecordChangeEvent e)
Record was written |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationAdapter()
Method Detail |
---|
public void fieldValueChanged(FieldChangeEvent e)
fieldValueChanged
in interface NotificationListener
public void fieldPresentationChanged(FieldChangeEvent e)
fieldPresentationChanged
in interface NotificationListener
public void fieldAttributesChanged(FieldChangeEvent e)
fieldAttributesChanged
in interface NotificationListener
public void securityEventOccurred(InstanceEvent e)
securityEventOccurred
in interface NotificationListener
public void indexChanged(InstanceEvent e)
indexChanged
in interface NotificationListener
public void filterChanged(InstanceEvent e)
filterChanged
in interface NotificationListener
public void closing(InstanceEvent e)
closing
in interface NotificationListener
public void revisionPosted(RevisionEvent e)
revisionPosted
in interface NotificationListener
public void revisionCancelled(RevisionEvent e)
revisionCancelled
in interface NotificationListener
public void revisionPosting(RevisionEvent e)
revisionPosting
in interface NotificationListener
public void extractedRevisionRecord(RevisionEvent e)
extractedRevisionRecord
in interface NotificationListener
public void committedRevisionRecord(RevisionEvent e)
committedRevisionRecord
in interface NotificationListener
public void initialized(RecordChangeEvent e)
initialized
in interface NotificationListener
public void retrieved(RecordChangeEvent e)
retrieved
in interface NotificationListener
public void written(RecordChangeEvent e)
written
in interface NotificationListener
public void deleting(RecordChangeEvent e)
deleting
in interface NotificationListener
public void deleted(RecordChangeEvent e)
deleted
in interface NotificationListener
public void verifying(RecordChangeEvent e)
verifying
in interface NotificationListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |