Uses of Package
com.ibm.notes.java.ui.events

Packages that use com.ibm.notes.java.ui.events
com.ibm.notes.java.ui.callbacks Provides classes that can be used to be notified when an action has completed. 
com.ibm.notes.java.ui.events Provides classes that represent events used by listeners and callbacks. 
com.ibm.notes.java.ui.listeners Provides listener interfaces used when manipulating the Notes UI. 
 

Classes in com.ibm.notes.java.ui.events used by com.ibm.notes.java.ui.callbacks
NotesDocumentDataEvent
          An interface representing an event that occurred that involves document information.
 

Classes in com.ibm.notes.java.ui.events used by com.ibm.notes.java.ui.events
NotesUIEvent
          Interface which all UI events should subclass.
 

Classes in com.ibm.notes.java.ui.events used by com.ibm.notes.java.ui.listeners
CollectionOpenedEvent
          The event indicating that the NotesUIViewEntryCollection was opened and is ready to be used.
DocumentFieldChangeEvent
          Contains data from the field change event.
ViewEntryChangeEvent
          Contains data about the view entry change event.