Enterprise Information Portal APIs

com.ibm.mm.viewer
Class CMBGenericDocSelectedEvent

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

public class CMBGenericDocSelectedEvent
extends java.util.EventObject

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

See Also:
CMBGenericDocSelectedListener, Serialized Form

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

CMBGenericDocSelectedEvent

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