Uses of Class
facets.util.app.AppWatcher

Packages that use AppWatcher
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.util.app Non-Superficial types for application management. 
 

Uses of AppWatcher in facets.core.app
 

Fields in facets.core.app declared as AppWatcher
 AppWatcher ActionAppSurface.watcher
           
 

Uses of AppWatcher in facets.util.app
 

Methods in facets.util.app that return AppWatcher
 AppWatcher AppServices.coupleAppWatcher(AppWatcher.WatcherCoupler coupler)
           
protected  AppWatcher ProvidingCache.watcher()
           
 

Methods in facets.util.app with parameters of type AppWatcher
 ProvidingCache MemoryChecks.newMemoryCache(AppWatcher watcher)
           
 

Constructors in facets.util.app with parameters of type AppWatcher
ProvidingCache(int countMax, AppWatcher watcher)