jaitools.jiffle.runtime
Class JiffleEvent
java.lang.Object
jaitools.jiffle.runtime.JiffleEvent
public class JiffleEvent
- extends Object
Used by JiffleExecutor to send task completion and failure messages
listeners.
- Since:
- 1.0
- Version:
- $Id: JiffleEvent.java 1500 2011-03-05 06:07:05Z michael.bedward $
- Author:
- Michael Bedward
- See Also:
JiffleEventListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
protected final JiffleExecutorResult result
- Holds results and other objects passed by the
JiffleExecutor.
JiffleEvent
public JiffleEvent(JiffleExecutorResult result)
- Creates a new event.
- Parameters:
result - result object
getResult
public JiffleExecutorResult getResult()
- Gets the task result.
- Returns:
- a result object
Copyright © 2009-2011. All Rights Reserved.