com.sapportals.portal.pcd.gl.notif

Interface IObservable

All Known Subinterfaces:
IDeltaLink, IPcdContext, IRelation

public interface IObservable

Observable interface. Objects that allow others to be notified on certain events implement this interface (providing the method register(IObserver observer)) and sending the events by calling the method IObserver.observe(ObservableEvent)at the IObservable.

This interface is not intended to be implemented by clients.

See Also:
IObservable

Method Summary
 void register(IObserver observer)
          Adds an observer to the set of observers for this object.
 

Method Detail

register

void register(IObserver observer)
Adds an observer to the set of observers for this object. The order in which notifications will be delivered to multiple observers is not specified. See the class comment and the package description.

Parameters:
observer -
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] EP-BASIS [sap.com] tc/epbc/pcd/pars/srvgldeprecated api BC-PIN-PCD
[sap.com] EP-BASIS-API [sap.com] tc/epbc/pcd/gl/api - EP-PIN
[sap.com] EP-BASIS-API [sap.com] tc/epbc/pcd/gl/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice