public interface Command
Modifier and Type | Method and Description |
---|---|
Command |
getParent()
Returns the parent of this command.
|
void |
notify(Record notification)
Processes the given notification on the control plane of the subtree rooted at this command.
|
boolean |
process(Record record)
Processes the given record on the data plane of this command.
|
void notify(Record notification)
boolean process(Record record)
Command getParent()
Copyright © 2013–2015. All rights reserved.