public class EPStatementStartResult extends Object
Constructor and Description |
---|
EPStatementStartResult(Viewable viewable,
EPStatementStopMethod stopMethod)
Ctor.
|
EPStatementStartResult(Viewable viewable,
EPStatementStopMethod stopMethod,
EPStatementDestroyMethod destroyMethod)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPStatementDestroyMethod |
getDestroyMethod()
Returns destroy method.
|
EPStatementStopMethod |
getStopMethod()
Returns stop method.
|
Viewable |
getViewable()
Returns last view to attached to.
|
public EPStatementStartResult(Viewable viewable, EPStatementStopMethod stopMethod)
viewable
- last view to attach listeners tostopMethod
- method to stoppublic EPStatementStartResult(Viewable viewable, EPStatementStopMethod stopMethod, EPStatementDestroyMethod destroyMethod)
viewable
- last view to attach listeners tostopMethod
- method to stopdestroyMethod
- method to call when destroyingpublic Viewable getViewable()
public EPStatementStopMethod getStopMethod()
public EPStatementDestroyMethod getDestroyMethod()