All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ncsa.habanero.Mirrored

public interface Mirrored
extends Mirrorable
The Mirrored interface extends the Mirrorable interface, and is intended for application objects which are represented to the Habanero system by a ModelObjectMirror. These are basically objects which do event handling but are not considered to be separate applications which need their own Arbitrators. Objects which need their own Arbitrators are represented by Collobjects and do not implements this interface.


Method Index

 o getMirror()
 o setMirror(ModelObjectMirror)
Tells this object what its ModelObjectMirror is.

Methods

 o setMirror
 public abstract void setMirror(ModelObjectMirror m)
Tells this object what its ModelObjectMirror is. Since this is an interface, it is up to the implementing class to make use of this information.

 o getMirror
 public abstract ModelObjectMirror getMirror()

All Packages  Class Hierarchy  This Package  Previous  Next  Index