|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.genui.event.ResourceEvent
public class ResourceEvent
The ResourceEvent
contains information about changes in the
UIResource
.
Nested Class Summary | |
---|---|
static class |
ResourceEvent.EventType
the event type. |
Constructor Summary | |
---|---|
ResourceEvent(UIResource pResource,
ResourceEvent.EventType pType,
java.lang.String pName,
java.lang.Object pOld,
java.lang.Object pNew)
Creates a new instance of ResourceEvent . |
Method Summary | |
---|---|
ResourceEvent.EventType |
getEventType()
Gets the event type. |
java.lang.String |
getName()
Gets the parameter/object name. |
java.lang.Object |
getNewValue()
Gets the new value. |
java.lang.Object |
getOldValue()
Gets the old value. |
UIResource |
getResource()
Gets the UI resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceEvent(UIResource pResource, ResourceEvent.EventType pType, java.lang.String pName, java.lang.Object pOld, java.lang.Object pNew)
ResourceEvent
.
pResource
- the event resourcepType
- the event typepName
- the attribute namepOld
- the old valuepNew
- the new valueMethod Detail |
---|
public UIResource getResource()
public ResourceEvent.EventType getEventType()
public java.lang.String getName()
public java.lang.Object getOldValue()
public java.lang.Object getNewValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |