All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JavaGroups.Observer

public interface Observer
Usually a graphical application. Has a reference to a subject. When the subject's state is changed, Update will be called. We may then get the subject's state (or modifications) to update the graphical display.


Method Index

 o Update()

Methods

 o Update
 public abstract void Update()

All Packages  Class Hierarchy  This Package  Previous  Next  Index