Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.servlet.event
Class EventResult

java.lang.Object
  |
  +--oracle.cabo.servlet.event.EventResult
Direct Known Subclasses:
UIEventResult

public class EventResult
extends java.lang.Object

Holder for the results of an event


Constructor Summary
EventResult()
           
EventResult(java.lang.Object result)
           
 
Method Summary
static EventResult getEventResult(BajaContext context)
          Gets the event result stored on the BajaContext.
 java.lang.Object getProperty(java.lang.Object key)
           
 java.util.Enumeration getPropertyKeys()
           
 java.lang.Object getResult()
           
static void setEventResult(BajaContext context, EventResult eventResult)
          Sets the event result stored on the BajaContext.
 void setProperty(java.lang.Object key, java.lang.Object value)
           
 void setResult(java.lang.Object result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventResult

public EventResult()

EventResult

public EventResult(java.lang.Object result)
Method Detail

getEventResult

public static EventResult getEventResult(BajaContext context)
Gets the event result stored on the BajaContext. This value will only be set after the result has been returned from the EventHandler.

setEventResult

public static void setEventResult(BajaContext context,
                                  EventResult eventResult)
Sets the event result stored on the BajaContext. This method should only be called by the PageBroker.

getResult

public java.lang.Object getResult()

setResult

public void setResult(java.lang.Object result)

getProperty

public java.lang.Object getProperty(java.lang.Object key)

getPropertyKeys

public java.util.Enumeration getPropertyKeys()

setProperty

public void setProperty(java.lang.Object key,
                        java.lang.Object value)

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.