Interface sunsoft.jws.visual.rt.base.RootObserver
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sunsoft.jws.visual.rt.base.RootObserver

public interface RootObserver
extends Object
Interface to be provided by those who which to watch the comings and goings of WindowShadows and Groups in a particular Root object. This is used in the visual designer to keep a list of the top-level windows currently under the main application root. It registers itself as an observer with the root object and then through this interface receives updates.

Method Index

 o add(AttributeManager)
 o clear()
 o remove(AttributeManager)
 o select(AttributeManager)

Methods

 o add
  public abstract void add(AttributeManager mgr)
 o remove
  public abstract void remove(AttributeManager mgr)
 o select
  public abstract void select(AttributeManager mgr)
 o clear
  public abstract void clear()

All Packages  Class Hierarchy  This Package  Previous  Next  Index