public interface

Event

uk.ac.imperial.presage2.core.event.Event
Known Indirect Subclasses

Class Overview

An event is simply an object which is publish to other objects who are listening for an object of it's type (or a supertype thereof). It can be used for decoupled communication or information flow across the simulation.