facets.util.app
Interface AppServices

All Known Implementing Classes:
FacetDialogContenter.PanelFacets, FacetFactory, TreeAppFacets

public interface AppServices

Supplies an AppWatcher and application ProvidingCache.


Method Summary
 AppWatcher coupleAppWatcher(AppWatcher.WatcherCoupler coupler)
           
 void setAppProvidingCache(ProvidingCache cache)
           
 void warningCritical(java.lang.String title, java.lang.Exception e, boolean inOpen)
           
 

Method Detail

coupleAppWatcher

AppWatcher coupleAppWatcher(AppWatcher.WatcherCoupler coupler)

setAppProvidingCache

void setAppProvidingCache(ProvidingCache cache)

warningCritical

void warningCritical(java.lang.String title,
                     java.lang.Exception e,
                     boolean inOpen)