org.eclipse.actf.validation.core
Class EventExecutionPoint
java.lang.Object
org.eclipse.actf.validation.core.ExecutionPoint
org.eclipse.actf.validation.core.EventExecutionPoint
public class EventExecutionPoint
- extends ExecutionPoint
an execution point triggered by the firing of an event.
- Author:
- Mike Squillace
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
event
protected Object event
EventExecutionPoint
public EventExecutionPoint(String name,
String validatorClassName,
Object target,
Object eventObj)
getEvent
public Object getEvent()
cloneExecutionPoint
public ExecutionPoint cloneExecutionPoint(String name,
String validator,
ExecutionPoint execPoint)
- return an ExecutionPoint of the same type but with a different name and
validator class name. This is typically used in the Validation loop where
we have a child class of a compoment that has a different model than
the parent.
- Specified by:
cloneExecutionPoint
in class ExecutionPoint
- Parameters:
name
- validator
- execPoint
-
- Returns:
- a clone of the execution point