Interface IEnvironmentListener
-
- All Known Subinterfaces:
IPerceptGenerator
- All Known Implementing Classes:
DefaultVisionGenerator,DefaultVisionGenerator
public interface IEnvironmentListenerInterface for environment listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispatchEnvironmentEvent(EnvironmentEvent event)Dispatch an environment event to this listener.
-
-
-
Method Detail
-
dispatchEnvironmentEvent
void dispatchEnvironmentEvent(EnvironmentEvent event)
Dispatch an environment event to this listener.- Parameters:
event- The event.
-
-