Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBDocumentOpenFailedEvent

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

public class CMBDocumentOpenFailedEvent
extends java.util.EventObject

Generated by CMBDocumentViewer when a document fails to open in a viewer.

See Also:
Serialized Form

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

CMBDocumentOpenFailedEvent

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