Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.event.api
Class WDPortalEventing

java.lang.Object
  |
  +--com.sap.tc.webdynpro.clientserver.event.api.WDPortalEventing

public class WDPortalEventing
extends java.lang.Object

WDPortalEventing provides access to portal eventing functionality.


Method Summary
static void fire(java.lang.String nameSpace, java.lang.String event, java.lang.String parameter)
          Raise the specied portal event.
static void subscribe(java.lang.String nameSpace, java.lang.String event, IWDAction action)
          Subscribe to the defined portal event.
static void unsubscribe(java.lang.String nameSpace, java.lang.String event, IWDAction action)
          Unsubscribe for the defined portal event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

subscribe

public static void subscribe(java.lang.String nameSpace,
                             java.lang.String event,
                             IWDAction action)
Subscribe to the defined portal event. The portal event is mapped to the specified Web Dynpro action. If the defined view gets the portal event, the event handler of the action is called.
Parameters:
nameSpace - the name space of the portal event
event - the name of the portal event
action - the associated Web Dynpro action

unsubscribe

public static void unsubscribe(java.lang.String nameSpace,
                               java.lang.String event,
                               IWDAction action)
Unsubscribe for the defined portal event.
Parameters:
nameSpace - the name space of the portal event
event - the name of the portal event
action - the associated Web Dynpro action

fire

public static void fire(java.lang.String nameSpace,
                        java.lang.String event,
                        java.lang.String parameter)
Raise the specied portal event.
Parameters:
nameSpace - the name space of the portal event
event - the name of the portal event
parameter - the event parameter

Web Dynpro API Documentation

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