Uses of Class
facets.core.superficial.Notice

Packages that use Notice
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.core.superficial Superficial targeting mechanism and and simple targets. 
facets.facet Surface building. 
facets.facet.app General application building. 
 

Uses of Notice in facets.core.app
 

Methods in facets.core.app with parameters of type Notice
 void DialogSurface.notify(Notice notice)
          Implements interface method.
 void AppSurface.notify(Notice notice)
           
 void ActionAppSurface.notify(Notice notice)
           
 

Uses of Notice in facets.core.superficial
 

Methods in facets.core.superficial that return Notice
 Notice Notice.addSource(Notifying source)
           
 

Methods in facets.core.superficial with parameters of type Notice
 void Notifiable.notify(Notice notice)
          Respond to the Notice passed.
 

Uses of Notice in facets.facet
 

Methods in facets.facet with parameters of type Notice
protected abstract  java.lang.Object ViewerPaneForm.newNotifiedEdit(Notice notice)
           
protected abstract  SSelection ViewerPaneForm.newNotifiedSelection(java.lang.Object content, Notice notice)
           
 

Uses of Notice in facets.facet.app
 

Methods in facets.facet.app with parameters of type Notice
protected  void FacetAppSurface.notifiedFlash(Notice notice)
          Called from FacetAppSurface.notify(Notice) when the Notice passed has Notifying.Impact.FLASH.
 void FacetDialogSurface.notify(Notice notice)
          Overrides superclass method.
 void FacetAppSurface.notify(Notice notice)