|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.plugin.gift.net.event.Event org.xnap.plugin.gift.net.event.DebugEvent
public class DebugEvent
DebugEvent
Field Summary | |
---|---|
static int |
RECEIVE
|
static int |
SEND
|
static java.lang.String[] |
TYPES
|
Constructor Summary | |
---|---|
DebugEvent(int type,
Command cmd)
Constructor for DebugEvent. |
Method Summary | |
---|---|
Command |
getCmd()
Returns the command. |
int |
getType()
Returns the type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int RECEIVE
public static final int SEND
public static final java.lang.String[] TYPES
Constructor Detail |
---|
public DebugEvent(int type, Command cmd)
type
- cmd
- Method Detail |
---|
public Command getCmd()
public int getType()
public java.lang.String toString()
toString
in class Event
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |