Package repast.simphony.context
Interface ContextListener<T>
- All Known Implementing Classes:
AbstractContext
,AbstractDataSetManager.ObjList
,AbstractSpatialContext
,ContextFastSingleGrid
,ContextGeography
,ContextGrid
,ContextIterable
,ContextJungNetwork
,ContextPhysics
,ContextSpace
,DefaultContext
,DefaultIntegrator
,ScheduledMethodControllerAction
,SmallDefaultContext
,WatchContextListener
public interface ContextListener<T>
A listener that waits for changes to the Context.
- Version:
- $revision$
- Author:
- Tom Howe
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eventOccured
(ContextEvent<T> ev) Called to nofify the listener of a change to a context.
-
Method Details
-
eventOccured
Called to nofify the listener of a change to a context.- Parameters:
ev
- The event of which to notify the listener.
-