Uses of Interface
cz.cuni.pogamut.posh.explorer.CrawlerListener

Packages that use CrawlerListener
cz.cuni.pogamut.posh.explorer This package contains classes and methods used for searching for actions and primitives in order to be included into the plan. 
 

Uses of CrawlerListener in cz.cuni.pogamut.posh.explorer
 

Fields in cz.cuni.pogamut.posh.explorer with type parameters of type CrawlerListener
protected  Set<CrawlerListener<T>> Crawler.listeners
          Set of listeners for crawler.
protected  Set<CrawlerListener<T>> Crawler.listenersUm
          Unmodifiable wrapper of listeners.
 

Methods in cz.cuni.pogamut.posh.explorer with parameters of type CrawlerListener
 boolean Crawler.addListener(CrawlerListener<T> listener)
          Add listener for crawler.
static JComponent CrawlerExplorerFactory.createActionsExplorer(org.netbeans.api.project.Project project, CrawlerListener<PrimitiveData>... listeners)
           
static JComponent CrawlerExplorerFactory.createSensesExplorer(org.netbeans.api.project.Project project, CrawlerListener<PrimitiveData>... listeners)
           
 boolean Crawler.removeListener(CrawlerListener<T> listener)
          Remove crawler listener from set of listeners.
 



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