|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationListener
Defines the Notification Listener interface.
The application adds NotificationListener objects (for example the
NotificationAdapter
) to a view to receive view events.
Currently the notification events are slightly delayed compared to the low
level view protocol; they are held while the call that generated them
completes and are then dispatched, possibly in a different order and possibly
with some filtering having been performed such as discarding repeated events.
View.addNotificationListener(com.sage.accpac.sm.NotificationListener)
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 |
Method Detail |
---|
void fieldValueChanged(FieldChangeEvent e)
void fieldPresentationChanged(FieldChangeEvent e)
void fieldAttributesChanged(FieldChangeEvent e)
void securityEventOccurred(InstanceEvent e)
void indexChanged(InstanceEvent e)
void filterChanged(InstanceEvent e)
void closing(InstanceEvent e)
void revisionPosted(RevisionEvent e)
void revisionCancelled(RevisionEvent e)
void revisionPosting(RevisionEvent e)
void extractedRevisionRecord(RevisionEvent e)
void committedRevisionRecord(RevisionEvent e)
void initialized(RecordChangeEvent e)
void retrieved(RecordChangeEvent e)
void written(RecordChangeEvent e)
void deleting(RecordChangeEvent e)
void deleted(RecordChangeEvent e)
void verifying(RecordChangeEvent e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |