public interface NodeMain extends NodeListener
Node with its associated program logic.
 
 
 NodeMain is the one required NodeListener for Node
 creation. NodeListener.onStart(ConnectedNode) should be used to set up your
 program's Publishers, Subscribers, etc.
| Modifier and Type | Method and Description | 
|---|---|
GraphName | 
getDefaultNodeName()  | 
onError, onShutdown, onShutdownComplete, onStartGraphName getDefaultNodeName()
Node that will be used if a name was not
         specified in the Node's associated
         NodeConfiguration