org.objectweb.kilim.description
Class BindTrigger

java.lang.Object
  extended byorg.objectweb.kilim.description.TemplateElementImpl
      extended byorg.objectweb.kilim.description.Trigger
          extended byorg.objectweb.kilim.description.BindTrigger
All Implemented Interfaces:
java.lang.Cloneable, TemplateElement

public class BindTrigger
extends Trigger

Author:
horn. This class is a specialization of the generic Trigger class, which corresponds to a bind event.

Field Summary
 
Fields inherited from class org.objectweb.kilim.description.Trigger
BIND, EVENT_TYPE_NAME, UNBIND
 
Fields inherited from class org.objectweb.kilim.description.TemplateElementImpl
 
Constructor Summary
BindTrigger(java.lang.String aName)
          the public constructor for a BindTrigger.
 
Methods inherited from class org.objectweb.kilim.description.Trigger
addTransformer, getEventKind, getSourceName, getTransformers, removeTransformer, setSourceName
 
Methods inherited from class org.objectweb.kilim.description.TemplateElementImpl
clone, getContainingTemplate, getTemplateDefHierarchy, setContainingTemplate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindTrigger

public BindTrigger(java.lang.String aName)
the public constructor for a BindTrigger.

Parameters:
aName - : name of the trigger.