Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBEntitySelectedEvent

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

public class CMBEntitySelectedEvent
extends java.util.EventObject

Generated by CMBSearchPanel when a new entity is selected.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBEntitySelectedEvent(java.lang.Object source, CMBEntity entity)
          Constructs the event.
 
Method Summary
 CMBEntity getSelectedEntity()
          Get the selected template object.
 
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

CMBEntitySelectedEvent

public CMBEntitySelectedEvent(java.lang.Object source,
                              CMBEntity entity)
Constructs the event.
Parameters:
source - The source of the event.
template - The selected template object.
Method Detail

getSelectedEntity

public CMBEntity getSelectedEntity()
Get the selected template object.

EIP JavaBeans

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