Enterprise Information Portal APIs

com.ibm.mm.viewer
Class CMBGenericDocOpenedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.mm.viewer.CMBGenericDocOpenedEvent
All Implemented Interfaces:
java.io.Serializable

public class CMBGenericDocOpenedEvent
extends java.util.EventObject

Generated by CMBGenericDocViewer when a document is opened in the viewer.

See Also:
CMBGenericDocOpenedListener, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBGenericDocOpenedEvent(java.lang.Object source, CMBDocument document)
          constructs the event.
 
Method Summary
 CMBDocument getDocument()
          Returns the CMBDocument.
 
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

CMBGenericDocOpenedEvent

public CMBGenericDocOpenedEvent(java.lang.Object source,
                                CMBDocument document)
constructs the event.
Parameters:
source - the source of the event.
document - the CMBDocument of the document.
Method Detail

getDocument

public CMBDocument getDocument()
Returns the CMBDocument.

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.