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

Packages that use CrawlerListener
cz.cuni.pogamut.posh.explorer This package contains classes that can search for nodes of the plan (nodes=AP/C/action/sense) and GUI explorers that allow user to manipulate them. 
 

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

Classes in cz.cuni.pogamut.posh.explorer that implement CrawlerListener
 class Explorer<T>
          Panel for showing the results of crawling.
 class NameMapCrawler
          Special cralwer listener that will listen for all collected PrimitiveData and pass mapping of names to ShedPresenter.
 

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 Explorer<PrimitiveData> ExplorerFactory.createActionsExplorer(IPaletteActions paletteActions, org.netbeans.api.project.Project project, CrawlerListener<PrimitiveData>... listeners)
          Create explorer for actions (classes implementing IAction) on classpath of the project.
static Explorer<PrimitiveData> ExplorerFactory.createSensesExplorer(IPaletteActions paletteActions, org.netbeans.api.project.Project project, CrawlerListener<PrimitiveData>... listeners)
          Create explorer for sense (classes implementing ISense) on classpath of the project.
 boolean Crawler.removeListener(CrawlerListener<T> listener)
          Remove crawler listener from set of listeners.
 



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