public class ApplyEvent
extends java.util.EventObject
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.| Constructor and Description |
|---|
ApplyEvent(TraversableContext source)
Creates a new
ApplyEvent. |
| Modifier and Type | Method and Description |
|---|---|
TraversableContext |
getTraversableContext()
Returns the
TraversableContext that is the event source
for this ApplyEvent. |
public ApplyEvent(TraversableContext source)
ApplyEvent.source - The TraversableContext of the NavigableUIContainer at the time the ApplyEvent was
fired.public TraversableContext getTraversableContext()
TraversableContext that is the event source
for this ApplyEvent.