oracle.ide.panels
Class ApplyEvent
java.lang.Object
java.util.EventObject
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
Fields inherited from class java.util.EventObject |
source |
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 |
ApplyEvent
public ApplyEvent(TraversableContext source)
- Creates a new
ApplyEvent
.
- Parameters:
source
- The TraversableContext
of the NavigableUIContainer
at the time the ApplyEvent
was
fired.
getTraversableContext
public TraversableContext getTraversableContext()
- Returns the
TraversableContext
that is the event source
for this ApplyEvent
.
Copyright © 1997, 2004, Oracle. All rights reserved.