ICommunicationServer

In Beatrix any facet implementation may also implement ICommunicationServer. This means it is told when the connection to its client is terminated and can deal with it as appropriate. Ordinarily this is something facet providers would only find out through errors, but the ICommunicationServer interface allows this to be handled more gracefully. However, see the Section [*] for more on this.

The SkeletonFacet class uses a degenerate example of an ICommunicationServer (Section [*]).

Nik Silver 2002-03-09