org.objectweb.kilim.model
Class RuntimeTrigger
java.lang.Object
org.objectweb.kilim.model.RuntimeTrigger
- public class RuntimeTrigger
- extends java.lang.Object
- Author:
- horn
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eventKind
private int eventKind
actions
private java.util.LinkedList actions
eventSource
private RtComponentInterface eventSource
RuntimeTrigger
public RuntimeTrigger(int aEventKind,
RtComponentInterface aSource)
- the public constructor for RuntimeTrigger.
- Parameters:
aEventKind
- : the kind of event which should be one of Trigger.BIND or Trigger.UNBIND.aSource
- : the event source.
getEventKind
public int getEventKind()
- returns the event kind associated to the trigger. It is one of Trigger.BIND or Trigger.UNBIND.
- Returns:
- int
getEventSource
public RtComponentInterface getEventSource()
- returns the event source.
- Returns:
- ComponentInterface
addTransformer
public void addTransformer(RuntimeAction aAction)
- See Also:
org.objectweb.kilim.description.Trigger#addTransformer(Transformer)
getTransformers
public java.util.Iterator getTransformers()
- returns as an iterator the transformers associated to the the trigger.
- Returns:
- Iterator