|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.event.ClientEvent
public class ClientEvent
This class provides extra information about events that are invoked
Field Summary | |
---|---|
static java.lang.Class |
CLASS_INSTANCE
|
Constructor Summary | |
---|---|
ClientEvent(java.lang.String type,
Map parameters)
Constructor |
|
ClientEvent(java.lang.String type,
Map parameters,
java.lang.Object source)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
getParameter(java.lang.String parameter)
Returns the value to which the specified parameter, or null if the parameter does not exist. |
Map |
getParameters()
Returns a map containing every parameter for this event. |
java.lang.Object |
getSource()
The source of the event might contain useful additional information in addition to the parameter values |
java.lang.String |
getType()
If the user wants to check which type of event was thrown, this method should be called. |
java.lang.Object |
setParameter(java.lang.String key,
java.lang.Object value)
Associates the specified value with the specified parameter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class CLASS_INSTANCE
Constructor Detail |
---|
public ClientEvent(java.lang.String type, Map parameters)
type
- the text name of this eventparameters
- any additional parameter information to be providedpublic ClientEvent(java.lang.String type, Map parameters, java.lang.Object source)
type
- the text name of this eventparameters
- any additional parameter information to be providedsource
- the invoker of this eventMethod Detail |
---|
public java.lang.String getType()
public java.lang.Object getSource()
public java.lang.Object getParameter(java.lang.String parameter)
parameter
- the text name of the parameter
public java.lang.Object setParameter(java.lang.String key, java.lang.Object value)
key
- the text name of the parametervalue
- the parameter value
public Map getParameters()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |