org.jactr.core.runtime.event
Class ACTRRuntimeEvent
java.lang.Object
org.jactr.core.event.AbstractACTREvent<ACTRRuntime,IACTRRuntimeListener>
org.jactr.core.runtime.event.ACTRRuntimeEvent
- All Implemented Interfaces:
- IACTREvent<ACTRRuntime,IACTRRuntimeListener>
public class ACTRRuntimeEvent
- extends AbstractACTREvent<ACTRRuntime,IACTRRuntimeListener>
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTRRuntimeEvent
public ACTRRuntimeEvent(IModel model,
ACTRRuntimeEvent.Type type)
ACTRRuntimeEvent
public ACTRRuntimeEvent(ACTRRuntimeEvent.Type type)
ACTRRuntimeEvent
public ACTRRuntimeEvent(IModel model,
ACTRRuntimeEvent.Type type,
java.lang.Exception exception)
getException
public java.lang.Exception getException()
getType
public ACTRRuntimeEvent.Type getType()
getModel
public IModel getModel()
fire
public void fire(IACTRRuntimeListener listener)
- Description copied from interface:
IACTREvent
- dispatch this event to a listener on the provided executor
- Specified by:
fire in interface IACTREvent<ACTRRuntime,IACTRRuntimeListener>- Specified by:
fire in class AbstractACTREvent<ACTRRuntime,IACTRRuntimeListener>