Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.ide.panels
Class ApplyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.ide.panels.ApplyEvent
All Implemented Interfaces:
java.io.Serializable

public class ApplyEvent
extends java.util.EventObject

The ApplyEvent is the event object used in the methods that are part of the ApplyListener interface. The source object for an ApplyEvent is the TraversableContext of the NavigableUIContainer at the time the ApplyEvent was fired.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ApplyEvent(TraversableContext source)
          Creates a new ApplyEvent.
 
Method Summary
 TraversableContext getTraversableContext()
          Returns the TraversableContext that is the event source for this ApplyEvent.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplyEvent

public ApplyEvent(TraversableContext source)
Creates a new ApplyEvent.

Parameters:
source - The TraversableContext of the NavigableUIContainer at the time the ApplyEvent was fired.
Method Detail

getTraversableContext

public TraversableContext getTraversableContext()
Returns the TraversableContext that is the event source for this ApplyEvent.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.