com.sapportals.portal.pcd.gl.notif

Interface IObserver


public interface IObserver

Observer interface. Objects that want to register on updates from an IObservable can do that by implementing this interface (providing the method observe(ObservableEvent)) and registering at the IObservable.

This interface is intended to be implemented by clients.

See Also:
IObservable

Method Summary
 void observe(ObservableEvent event)
          This method is called whenever the observed object was changed.
 

Method Detail

observe

void observe(ObservableEvent event)
This method is called whenever the observed object was changed.

Parameters:
event -
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice