Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.util
Class EventObject

java.lang.Object
  extended by oracle.adfnmc.java.util.EventObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContextSaveEvent, ReplayItemPublishedEvent

public class EventObject
extends java.lang.Object
implements Serializable

EventObjects represent events. Typically applications subclass this class to add event specific information.

See Also:
EventListener

Field Summary
protected  java.lang.Object source
          The event source.
 
Constructor Summary
EventObject(java.lang.Object source)
          Constructs a new instance of this class.
 
Method Summary
 java.lang.Object getSource()
          Answers the event source.
 java.lang.String toString()
          Answers the string representation of this EventObject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

source

protected transient java.lang.Object source
The event source.

Constructor Detail

EventObject

public EventObject(java.lang.Object source)
Constructs a new instance of this class.

Parameters:
source - the object which fired the event
Method Detail

getSource

public java.lang.Object getSource()
Answers the event source.

Returns:
the object which fired the event

toString

public java.lang.String toString()
Answers the string representation of this EventObject.

Overrides:
toString in class java.lang.Object
Returns:
the string representation of this EventObject

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.