Web Dynpro API Documentation

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.
 

Method Detail

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 notified
notificationSource - The node that this notification has been started at
payload - The payload passed in the notification

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15