Uses of Interface
com.sap.portal.admin.editor.IDataHandler

Packages that use IDataHandler
com.sap.portal.admin.editor   
 

Uses of IDataHandler in com.sap.portal.admin.editor
 

Classes in com.sap.portal.admin.editor that implement IDataHandler
 class PCMDataHandler
          PCMDataHandler The default inplementation of the data handler plugin.
 

Methods in com.sap.portal.admin.editor with parameters of type IDataHandler
 void IGenericEventsHandler.handleSaveEvent(IEditorContext context, IDataHandler dataHandler, ILockingPolicy lockingPolicy, com.sapportals.common.PPLogger logger)
          Handle the "save" event that was raised.
 void GenericEventsHandler.handleSaveEvent(IEditorContext context, IDataHandler dataHandler, ILockingPolicy lockingPolicy, com.sapportals.common.PPLogger logger)