spellcast.event
Class DisconnectionEvent

java.lang.Object
  extended by spellcast.event.DisconnectionEvent
All Implemented Interfaces:
java.io.Serializable, GameEvent

public class DisconnectionEvent
extends java.lang.Object
implements GameEvent, java.io.Serializable

The DisconnectionEvent is in response to a DisconnectionRequestEvent. It indicates the spellcast server has disconnected the specified wizard.

Author:
Barrie Treloar
See Also:
Serialized Form

Constructor Summary
DisconnectionEvent(IWizard target)
          Create a DisconnectionEvent that indicates the wizard has disconnected.
 
Method Summary
 Id getWizardID()
          Get the value of wizardID.
 void setWizardID(Id v)
          Set the value of wizardID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisconnectionEvent

public DisconnectionEvent(IWizard target)
Create a DisconnectionEvent that indicates the wizard has disconnected.

Method Detail

getWizardID

public Id getWizardID()
Get the value of wizardID.

Returns:
value of wizardID.

setWizardID

public void setWizardID(Id v)
Set the value of wizardID.

Parameters:
v - Value to assign to wizardID.


Copyright © 2001-2005 Spellcast. All Rights Reserved.