Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBTemplateSelectedEvent

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

public class CMBTemplateSelectedEvent
extends java.util.EventObject

Generated by CMBSearchTemplateListView when a new template is selected.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBTemplateSelectedEvent(java.lang.Object source, CMBSearchTemplate template)
          Constructs the event.
 
Method Summary
 CMBSearchTemplate getSelectedTemplate()
          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

CMBTemplateSelectedEvent

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

getSelectedTemplate

public CMBSearchTemplate getSelectedTemplate()
Get the selected template object.

EIP JavaBeans

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