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 Type
    Method
    Description
    void
    Called to nofify the listener of a change to a context.
  • Method Details

    • eventOccured

      void eventOccured(ContextEvent<T> ev)
      Called to nofify the listener of a change to a context.
      Parameters:
      ev - The event of which to notify the listener.