Class GameListenerAdapter

java.lang.Object
megamek.common.event.GameListenerAdapter
All Implemented Interfaces:
EventListener, GameListener
Direct Known Subclasses:
SBFClientGUIGameListener

public class GameListenerAdapter extends Object implements GameListener
This adapter class provides default implementations for the methods described by the GameListener interface.

Classes that wish to deal with GamedEvents can extend this class and override only the methods which they are interested in.

See Also: