com.sage.accpac.sm
Class NotificationAdapter

java.lang.Object
  extended by com.sage.accpac.sm.NotificationAdapter
All Implemented Interfaces:
NotificationListener, java.util.EventListener

@ThreadSafe
public abstract class NotificationAdapter
extends java.lang.Object
implements NotificationListener

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.

Thread safety
Thread-safe

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

NotificationAdapter

public NotificationAdapter()
Method Detail

fieldValueChanged

public void fieldValueChanged(FieldChangeEvent e)
A field value changed

Specified by:
fieldValueChanged in interface NotificationListener

fieldPresentationChanged

public void fieldPresentationChanged(FieldChangeEvent e)
A field presentation changed

Specified by:
fieldPresentationChanged in interface NotificationListener

fieldAttributesChanged

public void fieldAttributesChanged(FieldChangeEvent e)
A field's attributes changed

Specified by:
fieldAttributesChanged in interface NotificationListener

securityEventOccurred

public void securityEventOccurred(InstanceEvent e)
A Security event occurred

Specified by:
securityEventOccurred in interface NotificationListener

indexChanged

public void indexChanged(InstanceEvent e)
The current index changed? What is INSTANCE_NOTIFY_ORDER

Specified by:
indexChanged in interface NotificationListener

filterChanged

public void filterChanged(InstanceEvent e)
The current filter string changed.

Specified by:
filterChanged in interface NotificationListener

closing

public void closing(InstanceEvent e)
The view instance is closing

Specified by:
closing in interface NotificationListener

revisionPosted

public void revisionPosted(RevisionEvent e)
Revision posted

Specified by:
revisionPosted in interface NotificationListener

revisionCancelled

public void revisionCancelled(RevisionEvent e)
Revision cancelled

Specified by:
revisionCancelled in interface NotificationListener

revisionPosting

public void revisionPosting(RevisionEvent e)
Revision posting

Specified by:
revisionPosting in interface NotificationListener

extractedRevisionRecord

public void extractedRevisionRecord(RevisionEvent e)
Extraced revision record

Specified by:
extractedRevisionRecord in interface NotificationListener

committedRevisionRecord

public void committedRevisionRecord(RevisionEvent e)
Committed revision record

Specified by:
committedRevisionRecord in interface NotificationListener

initialized

public void initialized(RecordChangeEvent e)
Record was initialized

Specified by:
initialized in interface NotificationListener

retrieved

public void retrieved(RecordChangeEvent e)
Record was retrieved

Specified by:
retrieved in interface NotificationListener

written

public void written(RecordChangeEvent e)
Record was written

Specified by:
written in interface NotificationListener

deleting

public void deleting(RecordChangeEvent e)
Record is about to be deleted

Specified by:
deleting in interface NotificationListener

deleted

public void deleted(RecordChangeEvent e)
Record has been deleted

Specified by:
deleted in interface NotificationListener

verifying

public void verifying(RecordChangeEvent e)
Record is being verified

Specified by:
verifying in interface NotificationListener


Copyright © 2011 Sage Software, Inc. All rights reserved.