Enterprise Information Portal APIs

com.ibm.mm.viewer
Class CMBGenericDocClosedEvent

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

public class CMBGenericDocClosedEvent
extends java.util.EventObject

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

See Also:
CMBGenericDocClosedListener, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBGenericDocClosedEvent(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

CMBGenericDocClosedEvent

public CMBGenericDocClosedEvent(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.