Oracle Data-aware Controls Reference

oracle.dacf.control
Class NavigatedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byoracle.dacf.control.NavigatedEvent
All Implemented Interfaces:
java.io.Serializable

public class NavigatedEvent
extends java.util.EventObject

NavigatedEvent is used by a Control to notify it's listener's about the type and level of navigation change that occurs when focus changes from control to another.

See Also:
Control#addNavigatedListener(), NavigatedListener, Serialized Form

Field Summary
static int NAVIGATE_IN
           
static int NAVIGATE_OUT
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NavigatedEvent(Control source, int type, int level)
          Constructs a NavigatedEvent object of the given type and level
 
Method Summary
 int getLevel()
          Returns the level of the event.
 int getType()
          Returns the type of the event.
 java.lang.String toString()
          Returns a String representaion of this object
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAVIGATE_IN

public static final int NAVIGATE_IN
See Also:
Constant Field Values

NAVIGATE_OUT

public static final int NAVIGATE_OUT
See Also:
Constant Field Values
Constructor Detail

NavigatedEvent

public NavigatedEvent(Control source,
                      int type,
                      int level)
Constructs a NavigatedEvent object of the given type and level

Parameters:
source - The source Control firing the event.
type - Type of the event. Either NAVIGATE_IN or NAVIGATE_OUT.
level - Level of change. Should be one of:

Method Detail

getType

public final int getType()
Returns the type of the event.

Returns:
Type of event

getLevel

public final int getLevel()
Returns the level of the event.

Returns:
level of event

toString

public java.lang.String toString()
Returns a String representaion of this object

Returns:
The string representation

Oracle Data-aware Controls Reference

 

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