spellcast.game
Interface IPCHandle

All Known Implementing Classes:
WizardSocket

public interface IPCHandle

An opaque handler for IPC specific uses. This handler denotes the physical connection for the IPC system.

Author:
Barrie Treloar

Method Summary
 boolean isConnected()
          Indicates whether the IPC system has connected the client yet.
 

Method Detail

isConnected

boolean isConnected()
Indicates whether the IPC system has connected the client yet.

See Also:
IPC.connect


Copyright © 2001-2005 Spellcast. All Rights Reserved.