|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PoshElementListener | |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements | This package contains parser for Yaposh plan, classes that represent elements of the plan and some auxiliry classes. |
| Uses of PoshElementListener in cz.cuni.amis.pogamut.sposh.elements |
|---|
| Classes in cz.cuni.amis.pogamut.sposh.elements that implement PoshElementListener | |
|---|---|
class |
LapChain
Chain of links that represents how are parameters passed in the chain of lap elements. |
| Methods in cz.cuni.amis.pogamut.sposh.elements that return types with arguments of type PoshElementListener | |
|---|---|
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) |
| Methods in cz.cuni.amis.pogamut.sposh.elements with parameters of type PoshElementListener | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||