spellcast.event
Interface GameEvent

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ConnectionEvent, ConnectionRequestEvent, DisconnectionEvent, DisconnectionRequestEvent, GameSyncEvent, GameUpdateEvent, MessageEvent, OkEvent, QueryEvent

public interface GameEvent
extends java.io.Serializable

A Game Event specifies that something happened in the game, it is merely a tag. Classes will implement this interface to provide different event types.

Author:
Barrie Treloar



Copyright © 2001-2005 Spellcast. All Rights Reserved.