|
|
||||||||||||||
Interface ISitepublic interface ISite extends IServiceObjectProvider { // Methods public void removeSiteable(ISiteable siteable); } This interface defines the removeSiteable method, which is called when an ISiteable object detaches itself from a site. IServiceObjectProvider | +--ISite MethodsremoveSiteablepublic void removeSiteable(ISiteable siteable);
|