| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for POSH plan, classes that represent
elements of POSH plan and some auxiliry classes.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PoshElementListener<T>> |
PoshElement.getElementListeners()
Get list of listeners that listen for changes of this node (new child,
node deletion, childMoved and change of properties)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PoshElement.addElementListener(PoshElementListener<T> listener)
Add new listener for events of this node.
|
boolean |
PoshElement.removeElementListener(PoshElementListener<T> listener)
Remove listener from list of listeners of this node.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.