| java.lang.Object java.util.EventObject com.sun.rave.web.ui.component.util.event.EventObjectBase
All known Subclasses: com.sun.rave.web.ui.component.util.event.BeforeEncodeEvent, com.sun.rave.web.ui.component.util.event.BeforeCreateEvent, com.sun.rave.web.ui.component.util.event.AfterCreateEvent, com.sun.rave.web.ui.component.util.event.CommandEvent, com.sun.rave.web.ui.component.util.event.BeforeLoopEvent, com.sun.rave.web.ui.component.util.event.EncodeEvent, com.sun.rave.web.ui.component.util.event.DecodeEvent, com.sun.rave.web.ui.component.util.event.AfterLoopEvent, com.sun.rave.web.ui.component.util.event.AfterEncodeEvent,
EventObjectBase | public class EventObjectBase extends EventObject implements UIComponentHolder(Code) | | This class serves as the base class for EventObject s in
this package.
author: Ken Paulsen (ken.paulsen@sun.com) |
EventObjectBase | protected EventObjectBase(UIComponent component)(Code) | | This constructor is protected to avoid direct instantiation, one
of the sub-classes of this class should be used instead.
Parameters: component - The UIComponent associated with thisEventObject . |
getUIComponent | public UIComponent getUIComponent()(Code) | | This method returns the UIComponent held by the
Object implementing this interface.
The UIComponent . |
|
|