Uses of Interface
cz.cuni.amis.pogamut.sposh.elements.PoshElementListener

Packages that use PoshElementListener
cz.cuni.amis.pogamut.sposh.elements This package contains parser for POSH plan, classes that represent elements of POSH plan and some auxiliry classes. 
 

Uses of PoshElementListener in cz.cuni.amis.pogamut.sposh.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.
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.