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.
-
getMirror()
-
-
setMirror(ModelObjectMirror)
-
Tells this object what its ModelObjectMirror is.
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.
getMirror
public abstract ModelObjectMirror getMirror()
All Packages Class Hierarchy This Package Previous Next Index