Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBFolderActionEvent

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

public class CMBFolderActionEvent
extends java.util.EventObject

Generated by CMBSearchResultsViewer and CMBFolderViewer when a double-click or Enter is pressed with focus on a folder in the tree pane.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBFolderActionEvent(java.lang.Object source, CMBItem folder)
          constructs the event.
 
Method Summary
 CMBItem getFolder()
          returns the CMBItem for the folder.
 
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

CMBFolderActionEvent

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

getFolder

public CMBItem getFolder()
returns the CMBItem for the folder.

EIP JavaBeans

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