Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBViewDocumentEvent

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

public class CMBViewDocumentEvent
extends java.util.EventObject

Generated by CMBSearchResultsViewer and CMBFolderViewer when View is selected from the popup on a document, or double-click is performed on a document in the details pane.

See Also:
Serialized Form

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

CMBViewDocumentEvent

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

getDocument

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

EIP JavaBeans

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