|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.mm.beans.gui.CMBDocumentOpenedEvent
Generated by CMBDocumentViewer when a document is opened in a viewer.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CMBDocumentOpenedEvent(java.lang.Object source,
CMBItem document)
constructs the event. |
Method Summary | |
CMBItem |
getDocument()
returns the CMBItem for the document. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CMBDocumentOpenedEvent(java.lang.Object source, CMBItem document)
source
- the source of the event.document
- the CMBItem of the document.Method Detail |
public CMBItem getDocument()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |