Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBViewVersionsCancelledEvent

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

public class CMBViewVersionsCancelledEvent
extends java.util.EventObject

Generated by CMBSearchResultsViewer and CMBFolderViewer when a document or folder in the details pane has the view versions action selected.

Since:
8.1
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBViewVersionsCancelledEvent(java.lang.Object source, CMBItem item)
          constructs the event.
 
Method Summary
 CMBItem getItem()
          returns the CMBItem of the item.
 
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

CMBViewVersionsCancelledEvent

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

getItem

public CMBItem getItem()
returns the CMBItem of the item.

EIP JavaBeans

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