Package rea.events

Interface UpdateEvent

All Known Implementing Classes:
GameChangedEvent, GamesUpdateEvent, InventoryUpdateEvent, MessageUpdateEvent, SceneUpdateEvent

public interface UpdateEvent
Marker interface for all update events. Marker interfaces are interfaces with no methods that are used to mark a class as having a certain property. In this case, all classes that implement this interface are update events, i.e. events that update the state of the game.
Author:
José Paulo Leal jpleal@fc.up.pt