Package com.h2tcoin.takamakachain.mx
Class AbstractNotifyMessage
- java.lang.Object
-
- com.h2tcoin.takamakachain.mx.AbstractNotifyMessage
-
- Direct Known Subclasses:
AbstractGenericCommand
public abstract class AbstractNotifyMessage extends Object
- Author:
- giovanni
-
-
Constructor Summary
Constructors Constructor Description AbstractNotifyMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initNotify(NotificationBroadcasterSupport nbs, long sequence, String commandName)
void
notifyMessage(String message)
-
-
-
Method Detail
-
notifyMessage
public void notifyMessage(String message)
-
initNotify
protected void initNotify(NotificationBroadcasterSupport nbs, long sequence, String commandName)
-
-