org.jactr.core.runtime.event
Class DecoratedACTRRuntimeListener

java.lang.Object
  extended by org.jactr.core.runtime.event.DecoratedACTRRuntimeListener
All Implemented Interfaces:
java.util.EventListener, IACTRRuntimeListener

public class DecoratedACTRRuntimeListener
extends java.lang.Object
implements IACTRRuntimeListener

Author:
developer

Constructor Summary
DecoratedACTRRuntimeListener()
           
DecoratedACTRRuntimeListener(IACTRRuntimeListener listener)
           
 
Method Summary
 void modelAdded(ACTRRuntimeEvent event)
           
 void modelRemoved(ACTRRuntimeEvent event)
           
 void runtimeResumed(ACTRRuntimeEvent event)
           
 void runtimeStarted(ACTRRuntimeEvent event)
           
 void runtimeStopped(ACTRRuntimeEvent evnet)
           
 void runtimeSuspended(ACTRRuntimeEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratedACTRRuntimeListener

public DecoratedACTRRuntimeListener()

DecoratedACTRRuntimeListener

public DecoratedACTRRuntimeListener(IACTRRuntimeListener listener)
Method Detail

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)