brain.NetClient
Class RobotClientEvent

java.lang.Object
  extended by java.util.EventObject
      extended by biocell.BioDeviceEvent
          extended by nns.BioSensorEvent
              extended by brain.NetClient.RobotClientEvent
All Implemented Interfaces:
java.io.Serializable

public class RobotClientEvent
extends BioSensorEvent

Author:
nabhoth To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RobotClientEvent(MultiFile commandScript)
           
RobotClientEvent(MultiFile commandScript, java.lang.String message)
           
RobotClientEvent(java.lang.String message)
           
 
Method Summary
 MultiFile getcommand()
           
 java.lang.String getmessage()
           
 
Methods inherited from class nns.BioSensorEvent
equals, getEventString, setEventString
 
Methods inherited from class biocell.BioDeviceEvent
getData, getState
 
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

RobotClientEvent

public RobotClientEvent(java.lang.String message)

RobotClientEvent

public RobotClientEvent(MultiFile commandScript)

RobotClientEvent

public RobotClientEvent(MultiFile commandScript,
                        java.lang.String message)
Method Detail

getmessage

public java.lang.String getmessage()

getcommand

public MultiFile getcommand()