jhomenet.shell.console
Class ConsoleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by jhomenet.shell.console.ConsoleEvent
All Implemented Interfaces:
java.io.Serializable

public class ConsoleEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConsoleEvent(java.lang.Object src, java.lang.String command)
          Default constructor.
 
Method Summary
 java.lang.String getCommand()
          Get the command associated with this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsoleEvent

public ConsoleEvent(java.lang.Object src,
                    java.lang.String command)
Default constructor.

Parameters:
src - The source of the event
command - The command associated with the event
Method Detail

getCommand

public java.lang.String getCommand()
Get the command associated with this event.

Returns:
The command


Copyright © 2004-2005 David Irwin. All Rights Reserved.