Class CommandEcho
- java.lang.Object
-
- com.h2tcoin.takamakachain.mx.AbstractNotifyMessage
-
- com.h2tcoin.takamakachain.mx.AbstractGenericCommand
-
- com.h2tcoin.takamakachain.mx.actions.commands.CommandEcho
-
- All Implemented Interfaces:
ExecutableRemoteCommand
public class CommandEcho extends AbstractGenericCommand
- Author:
- giovanni
-
-
Field Summary
-
Fields inherited from class com.h2tcoin.takamakachain.mx.AbstractGenericCommand
args, nbs, sequence
-
-
Constructor Summary
Constructors Constructor Description CommandEcho(String[] args, NotificationBroadcasterSupport nbs, long sequence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class com.h2tcoin.takamakachain.mx.AbstractNotifyMessage
initNotify, notifyMessage
-
-
-
-
Constructor Detail
-
CommandEcho
public CommandEcho(String[] args, NotificationBroadcasterSupport nbs, long sequence)
-
-