net.sf.juoserver.protocol
Class Subcommand<T extends AbstractMessage,S extends Coded>

java.lang.Object
  extended by net.sf.juoserver.protocol.Subcommand<T,S>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GeneralInformation.ClientLanguage, GeneralInformation.ClientType, GeneralInformation.EnableMapDiff, GeneralInformation.ScreenSize, GeneralInformation.SetCursorHueSetMap

public abstract class Subcommand<T extends AbstractMessage,S extends Coded>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected Subcommand(S subCommandType)
           
 
Method Summary
 boolean equals(Object obj)
           
 S getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subcommand

protected Subcommand(S subCommandType)
Method Detail

getType

public S getType()

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

equals

public final boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010-2012. All Rights Reserved.