com.sap.tc.webdynpro.progmodel.api
Interface IWDNodeNotificationListener
- public interface IWDNodeNotificationListener
A listener that can receive notifications that are passed along the mapping via
IWDNode.notifyAllMappedNodes(Object).
- Version:
- $Id: //tc/WebDynproRuntime/630_VAL_REL/src/_webdynpro_progmodel/java/com/sap/tc/webdynpro/progmodel/api/IWDNodeNotificationListener.java#1 $
|
Method Summary |
void |
notify(IWDNode notifiedNode,
IWDNode notificationSource,
java.lang.Object payload)
The notification sent via the mapping chain. |
notify
public void notify(IWDNode notifiedNode,
IWDNode notificationSource,
java.lang.Object payload)
- The notification sent via the mapping chain.
- Parameters:
notifiedNode - The node that has been notifiednotificationSource - The node that this notification has been started atpayload - The payload passed in the notification
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15