Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBHelpEvent

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

public class CMBHelpEvent
extends java.util.EventObject

Generated by all CMB visual beans when F1 or the Help button (if any) is pressed.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBHelpEvent(java.lang.Object source)
          constructs the event.
 
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

CMBHelpEvent

public CMBHelpEvent(java.lang.Object source)
constructs the event.
Parameters:
source - the source of the event.

EIP JavaBeans

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