org.xnap.plugin.gift.net.event
Class DebugEvent

java.lang.Object
  extended by org.xnap.plugin.gift.net.event.Event
      extended by org.xnap.plugin.gift.net.event.DebugEvent

public class DebugEvent
extends Event

DebugEvent

Version:
CVS $Id: DebugEvent.java,v 1.1 2003/10/05 00:20:32 squig Exp $
Author:
Tammo van Lessen

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

RECEIVE

public static final int RECEIVE
See Also:
Constant Field Values

SEND

public static final int SEND
See Also:
Constant Field Values

TYPES

public static final java.lang.String[] TYPES
Constructor Detail

DebugEvent

public DebugEvent(int type,
                  Command cmd)
Constructor for DebugEvent.

Parameters:
type -
cmd -
Method Detail

getCmd

public Command getCmd()
Returns the command.

Returns:
Command

getType

public int getType()
Returns the type.

Returns:
int

toString

public java.lang.String toString()
Overrides:
toString in class Event
See Also:
Object.toString()


Copyright © 2001-2005 XNap Team. All Rights Reserved.