Class CommandFastSync
- java.lang.Object
-
- com.h2tcoin.takamakachain.mx.AbstractNotifyMessage
-
- com.h2tcoin.takamakachain.mx.AbstractGenericCommand
-
- com.h2tcoin.takamakachain.mx.actions.commands.CommandFastSync
-
- All Implemented Interfaces:
ExecutableRemoteCommand
public class CommandFastSync extends AbstractGenericCommand
- Author:
- giovanni
-
-
Field Summary
-
Fields inherited from class com.h2tcoin.takamakachain.mx.AbstractGenericCommand
args, nbs, sequence
-
-
Constructor Summary
Constructors Constructor Description CommandFastSync(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
-
CommandFastSync
public CommandFastSync(String[] args, NotificationBroadcasterSupport nbs, long sequence)
-
-