com.sapportals.portal.prt.event
Interface IPortalComponentEvent

All Superinterfaces:
IEvent, IPOMConstants

public interface IPortalComponentEvent
extends IEvent

See Also:
IEventFilter AbstractComponentEventFilter

Fields inherited from interface com.sapportals.portal.prt.pom.IPOMConstants
ABOUT_MODE, ABOUT_REQUEST_EVENT, ACTION_EVENT, AFTER_CONTENT_EVENT, BEFORE_CONTENT_EVENT, COMPONENT_EVENT, COMPONENT_NODE, DEFAULT_MODE, EDIT_ACKNOWLEDGE_EVENT, EDIT_MODE, EDIT_REQUEST_EVENT, HELP_MODE, HELP_REQUEST_EVENT, LOGON_EVENT, LOGON_MODE, LOGOUT_EVENT, ON_NODE_READY_EVENT, ON_NODE_REMOVE_EVENT, ON_POM_READY_EVENT, PORTAL_NODE, PREVIEW_MODE, PREVIEW_REQUEST_EVENT, REFRESH_MODE, REFRESH_REQUEST_EVENT, REQUEST_EVENT, TEST_MODE
 
Method Summary
 IPortalComponentEventData getEventData()
          returns the object that has fired this event.
 java.lang.String getName()
          gets the name of this event.
 java.lang.String getNameSpace()
          Deprecated.  
 IPortalComponentContext getSource()
          Deprecated.  
 
Methods inherited from interface com.sapportals.portal.prt.pom.IEvent
getBubbles, getCancelable, getCurrentTarget, getTarget, getType, setCurrentTarget, setTarget, stopPropagation
 

Method Detail

getEventData

public IPortalComponentEventData getEventData()
returns the object that has fired this event.
Returns:
the source of the event.

getSource

public IPortalComponentContext getSource()
Deprecated.  

returns the object that has fired this event.
Returns:
the source of the event.

getNameSpace

public java.lang.String getNameSpace()
Deprecated.  

gets the name of the context on which this event has been created. A null context means global
Returns:
The context of this event

getName

public java.lang.String getName()
gets the name of this event.
Returns:
The name of the event