org.jactr.core.runtime.event
Class DecoratedACTRRuntimeListener
java.lang.Object
org.jactr.core.runtime.event.DecoratedACTRRuntimeListener
- All Implemented Interfaces:
- java.util.EventListener, IACTRRuntimeListener
public class DecoratedACTRRuntimeListener
- extends java.lang.Object
- implements IACTRRuntimeListener
- Author:
- developer
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecoratedACTRRuntimeListener
public DecoratedACTRRuntimeListener()
DecoratedACTRRuntimeListener
public DecoratedACTRRuntimeListener(IACTRRuntimeListener listener)
modelAdded
public void modelAdded(ACTRRuntimeEvent event)
- Specified by:
modelAdded in interface IACTRRuntimeListener
- See Also:
IACTRRuntimeListener.modelAdded(org.jactr.core.runtime.event.ACTRRuntimeEvent)
modelRemoved
public void modelRemoved(ACTRRuntimeEvent event)
- Specified by:
modelRemoved in interface IACTRRuntimeListener
- See Also:
IACTRRuntimeListener.modelRemoved(org.jactr.core.runtime.event.ACTRRuntimeEvent)
runtimeResumed
public void runtimeResumed(ACTRRuntimeEvent event)
- Specified by:
runtimeResumed in interface IACTRRuntimeListener
- See Also:
IACTRRuntimeListener.runtimeResumed(org.jactr.core.runtime.event.ACTRRuntimeEvent)
runtimeStarted
public void runtimeStarted(ACTRRuntimeEvent event)
- Specified by:
runtimeStarted in interface IACTRRuntimeListener
- See Also:
IACTRRuntimeListener.runtimeStarted(org.jactr.core.runtime.event.ACTRRuntimeEvent)
runtimeStopped
public void runtimeStopped(ACTRRuntimeEvent evnet)
- Specified by:
runtimeStopped in interface IACTRRuntimeListener
- See Also:
IACTRRuntimeListener.runtimeStopped(org.jactr.core.runtime.event.ACTRRuntimeEvent)
runtimeSuspended
public void runtimeSuspended(ACTRRuntimeEvent event)
- Specified by:
runtimeSuspended in interface IACTRRuntimeListener
- See Also:
IACTRRuntimeListener.runtimeSuspended(org.jactr.core.runtime.event.ACTRRuntimeEvent)