| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
oracle.ide.panels.ApplyEvent
public class ApplyEvent
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.
| 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 | 
|---|
public ApplyEvent(TraversableContext source)
ApplyEvent.
source - The TraversableContext of the NavigableUIContainer at the time the ApplyEvent was
  fired.| Method Detail | 
|---|
public TraversableContext getTraversableContext()
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-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||