com.ibm.notes.java.ui.events
Interface NotesUIEvent

All Known Subinterfaces:
NotesDocumentDataEvent
All Known Implementing Classes:
CollectionOpenedEvent, ViewEntryChangeEvent

public interface NotesUIEvent

Interface which all UI events should subclass.

Restriction:
This interface is not intended to be implemented by clients.

Method Summary
 NotesException getError()
          Gets any error that happened during the event.
 

Method Detail

getError

lotus.domino.NotesException getError()
Gets any error that happened during the event. Null is there wasn't one.

Returns:
any error that happened during the event
Since:
8.5.1