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); }
IServiceObjectProvider | +--ISite