jadex.application.space.envsupport.environment
Class LocalObjectListener

java.lang.Object
  extended by jadex.application.space.envsupport.environment.LocalObjectListener
All Implemented Interfaces:
IObjectListener

public class LocalObjectListener
extends Object
implements IObjectListener


Constructor Summary
LocalObjectListener()
           
 
Method Summary
 void dispatchObjectEvent(ObjectEvent event)
          This event gets called when an environment object event is triggered.
 ObjectEvent getNextEvent()
          Returns the next event or null if none is available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalObjectListener

public LocalObjectListener()
Method Detail

dispatchObjectEvent

public void dispatchObjectEvent(ObjectEvent event)
This event gets called when an environment object event is triggered.

Specified by:
dispatchObjectEvent in interface IObjectListener

getNextEvent

public ObjectEvent getNextEvent()
Returns the next event or null if none is available.

Returns:
event or null


Copyright © 2010. All Rights Reserved.