stella.command
Class InitAuxiliary
java.lang.Object
java.util.EventObject
util.rmi.RmiEvent
stella.MessageEvent
stella.CommandEvent
stella.command.SimpleCommand
stella.command.InitAuxiliary
- All Implemented Interfaces:
- Serializable, AuxiliaryCommand, Generic, Initing
public class InitAuxiliary
- extends SimpleCommand
- implements AuxiliaryCommand, Initing
The init command for the adapter.
- See Also:
- Serialized Form
|
Constructor Summary |
InitAuxiliary(Object src)
Constructs a abort adapter telescope, grabbing the type from the class
name and setting the command time to the current system time. |
InitAuxiliary(Object src,
String type,
long time)
Construct a fully qualified abort telescope command. |
| Methods inherited from class stella.MessageEvent |
checkType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toString |
InitAuxiliary
public InitAuxiliary(Object src)
- Constructs a abort adapter telescope, grabbing the type from the class
name and setting the command time to the current system time.
InitAuxiliary
public InitAuxiliary(Object src,
String type,
long time)
- Construct a fully qualified abort telescope command.