Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBDocumentClosedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.mm.beans.gui.CMBDocumentClosedEvent
All Implemented Interfaces:
java.io.Serializable

public class CMBDocumentClosedEvent
extends java.util.EventObject

Generated by CMBDocumentViewer when a document is closed in a viewer.

See Also:
Serialized Form

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

CMBDocumentClosedEvent

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

getDocument

public CMBItem getDocument()
returns the CMBItem for the document.

EIP JavaBeans

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