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

All Superinterfaces:
NotesUIEvent

public interface NotesDocumentDataEvent
extends NotesUIEvent

An interface representing an event that occurred that involves document information.

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

Method Summary
 NotesDocumentData getDocumentData()
          Gets the document data from the event.
 
Methods inherited from interface com.ibm.notes.java.ui.events.NotesUIEvent
getError
 

Method Detail

getDocumentData

NotesDocumentData getDocumentData()
Gets the document data from the event.

Returns:
the document data from the event
Since:
8.5.1