public class SyncTypes extends FSMActivity
This activity can be used to synchronize types between two peers.
Constructor and Description |
---|
SyncTypes(HyperGraphPeer thisPeer) |
SyncTypes(HyperGraphPeer thisPeer,
java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
void |
initiate()
Empty method - override to implement activity initiation.
|
handleMessage, onPeerFailure, onPeerNotUnderstand
public SyncTypes(HyperGraphPeer thisPeer)
public SyncTypes(HyperGraphPeer thisPeer, java.util.UUID id)
public void initiate()
FSMActivity
Empty method - override to implement activity initiation.
initiate
in class FSMActivity