Package repast.simphony.visualization
Interface DisplayListener
public interface DisplayListener
Interface for classes that listen for display events.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when a display sends an informational message.
-
Method Details
-
receiveInfoMessage
Called when a display sends an informational message. The message will be the subject of the display event.- Parameters:
evt
- the evt containing the messge sent by the display
-