|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDEventInfo | |
| com.sap.tc.webdynpro.progmodel.api | Contains interfaces and classes that form the core programming model for Web Dynpro applications. |
| com.sap.tc.webdynpro.progmodel.repository | |
| Uses of IWDEventInfo in com.sap.tc.webdynpro.progmodel.api |
| Methods in com.sap.tc.webdynpro.progmodel.api with parameters of type IWDEventInfo | |
void |
IWDComponent.addEventHandler(IWDEventInfo event,
IWDEventHandlerInfo eventHandler,
IWDController controller)
Subscribe the specified event handler to the specified event. |
void |
IWDComponent.removeEventHandler(IWDEventInfo event,
IWDEventHandlerInfo eventHandler,
IWDController controller)
Unsubscribe the specified event handler from the specified event. |
void |
IWDComponentUsage.addEventHandler(IWDEventInfo event,
IWDEventHandlerInfo eventHandler,
IWDController controller)
Subscribe the specified event handler to the specified event. |
void |
IWDComponentUsage.removeEventHandler(IWDEventInfo event,
IWDEventHandlerInfo eventHandler,
IWDController controller)
Unsubscribe the specified event handler from the specified event. |
| Uses of IWDEventInfo in com.sap.tc.webdynpro.progmodel.repository |
| Subinterfaces of IWDEventInfo in com.sap.tc.webdynpro.progmodel.repository | |
interface |
IWDCustomEventInfo
Interface of progmodel repository model class "IWDCustomEventInfo". |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||