Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBTemplateActionEvent

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

public class CMBTemplateActionEvent
extends java.util.EventObject

Generated by CMBSearchTemplateListView when an action trigger, such as enter or double-click, occurs over a template.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBTemplateActionEvent(java.lang.Object source, java.lang.String templateName)
          Constructs the event.
 
Method Summary
 java.lang.String getTemplate()
          Get the name of the template on which the action occurred
 
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

CMBTemplateActionEvent

public CMBTemplateActionEvent(java.lang.Object source,
                              java.lang.String templateName)
Constructs the event.
Parameters:
source - The source of the event.
templateName - The name of the template on which the action occurred
Method Detail

getTemplate

public java.lang.String getTemplate()
Get the name of the template on which the action occurred

EIP JavaBeans

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