IRemote

The top level super-interface of anything that needs to passed through a mediator.

It is an empty marker interface with no methods. Among other things, all facets need to implement IRemote. When a netlet binds a facet it gets an IRemote object. It can then cast this into whatever type is actually needed.

Nik Silver 2001-11-21