org.mozilla.jrex.event.history
Interface HistoryEventConstants


public interface HistoryEventConstants

A interface containing the constants related to History events.

Version:
1.0
Author:
C.N.Medappa

Field Summary
static short HIS_GO_BACK_EVENT
          GoBack history event type.
static short HIS_GO_FORWARD_EVENT
          GoForward history event type.
static short HIS_GO_TO_INDEX_EVENT
          GoToIndex history event type.
static short HIS_NEW_ENTRY_EVENT
          New history entry event type.
static short HIS_PURGE_EVENT
          purge history entries event type.
static short HIS_RELOAD_EVENT
          Reload event type.
 

Field Detail

HIS_NEW_ENTRY_EVENT

public static final short HIS_NEW_ENTRY_EVENT
New history entry event type.

See Also:
Constant Field Values

HIS_GO_BACK_EVENT

public static final short HIS_GO_BACK_EVENT
GoBack history event type.

See Also:
Constant Field Values

HIS_GO_FORWARD_EVENT

public static final short HIS_GO_FORWARD_EVENT
GoForward history event type.

See Also:
Constant Field Values

HIS_RELOAD_EVENT

public static final short HIS_RELOAD_EVENT
Reload event type.

See Also:
Constant Field Values

HIS_GO_TO_INDEX_EVENT

public static final short HIS_GO_TO_INDEX_EVENT
GoToIndex history event type.

See Also:
Constant Field Values

HIS_PURGE_EVENT

public static final short HIS_PURGE_EVENT
purge history entries event type.

See Also:
Constant Field Values


Copyright © 2004 C.N.Medappa. All Rights Reserved.