Microsoft SDK for Java

ISite Interface

The ISite Interface of the com.ms.object package defines the removeSiteable method, which is called when an ISiteable object detaches itself from a site.

public interface ISite extends IServiceObjectProvider
{
  // Methods
  public void removeSiteable(ISiteable siteable);
}

Hierarchy

IServiceObjectProvider
  |
  +--ISite

© 1999 Microsoft Corporation. All rights reserved. Terms of use.