public interface NodeCallback
Modifier and Type | Method and Description |
---|---|
void |
onArrival(Node node) |
void |
onBind(Node from,
Node to)
bind between nodes 'from -> to'
Event fired only by the applicationSpecification
|
void |
onDeparture(Node node) |
void |
onModified(Node node) |
void |
onStateChange(Node node,
boolean isValid)
New executing state of a node ,
|
void |
onUnBind(Node from,
Node to)
unbind between nodes 'from-> to'
Event fired only by the applicationSpecification
|
void onArrival(Node node)
node
- , node arrivalvoid onDeparture(Node node)
node
- , node departurevoid onModified(Node node)
node
- node property updatedvoid onBind(Node from, Node to)
from
- node sourcedest
- node destvoid onUnBind(Node from, Node to)
source
- dest
- void onStateChange(Node node, boolean isValid)
isValid
- true if the new state is valid.Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.