org.mozilla.jrex.event.uricontent
Interface URIContentEventConstants


public interface URIContentEventConstants

A interface containing the constants related to URIContent events.

Version:
1.0
Author:
C.N.Medappa

Field Summary
static short URI_CAN_HANDLE_CONTENT
          CanHandle event type.
static short URI_DO_CONTENT
          DoContent event type.
static short URI_GET_LOAD_COOKIE
          Get cookie event type.
static short URI_IS_PREFERRED
          IsPreferred event type.
static short URI_ON_START_EVENT
          OnStartUri event type.
static short URI_SET_LOAD_COOKIE
          Get cookie event type.
 

Field Detail

URI_ON_START_EVENT

public static final short URI_ON_START_EVENT
OnStartUri event type.

See Also:
Constant Field Values

URI_DO_CONTENT

public static final short URI_DO_CONTENT
DoContent event type.

See Also:
Constant Field Values

URI_IS_PREFERRED

public static final short URI_IS_PREFERRED
IsPreferred event type.

See Also:
Constant Field Values

URI_CAN_HANDLE_CONTENT

public static final short URI_CAN_HANDLE_CONTENT
CanHandle event type.

See Also:
Constant Field Values

URI_GET_LOAD_COOKIE

public static final short URI_GET_LOAD_COOKIE
Get cookie event type. Not used

See Also:
Constant Field Values

URI_SET_LOAD_COOKIE

public static final short URI_SET_LOAD_COOKIE
Get cookie event type. Not used

See Also:
Constant Field Values


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