com.esri.client.local
Class ServerLifetimeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.awt.AWTEvent
          extended by com.esri.client.local.ServerLifetimeEvent
All Implemented Interfaces:
Serializable

public class ServerLifetimeEvent
extends AWTEvent

The Class ServerLifetimeEvent. Listen to these events by calling the LocalServer.addServerLifetimeListener(ServerLifetimeListener) method.

See Also:
Serialized Form

Field Summary
static int SERVERLIFETIME_FIRST
          The Constant SERVERLIFETIME_FIRST.
static int SERVERLIFETIME_INITIALIZED
          The Constant SERVERLIFETIME_INITIALIZED; this event is not fired if the LocalServer is already initialized.
static int SERVERLIFETIME_LAST
          The Constant SERVERLIFETIME_LAST.
static int SERVERLIFETIME_SHUTDOWN
          The Constant SERVERLIFETIME_SHUTDOWN.
 
Fields inherited from class java.awt.AWTEvent
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASK
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServerLifetimeEvent(LocalServer source, int id)
          Instantiates a new server lifetime event.
 
Method Summary
 
Methods inherited from class java.awt.AWTEvent
consume, getID, isConsumed, paramString, setSource, toString
 
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

SERVERLIFETIME_FIRST

public static final int SERVERLIFETIME_FIRST
The Constant SERVERLIFETIME_FIRST.

See Also:
Constant Field Values

SERVERLIFETIME_INITIALIZED

public static final int SERVERLIFETIME_INITIALIZED
The Constant SERVERLIFETIME_INITIALIZED; this event is not fired if the LocalServer is already initialized.

See Also:
Constant Field Values

SERVERLIFETIME_SHUTDOWN

public static final int SERVERLIFETIME_SHUTDOWN
The Constant SERVERLIFETIME_SHUTDOWN.

See Also:
Constant Field Values

SERVERLIFETIME_LAST

public static final int SERVERLIFETIME_LAST
The Constant SERVERLIFETIME_LAST.

See Also:
Constant Field Values
Constructor Detail

ServerLifetimeEvent

public ServerLifetimeEvent(LocalServer source,
                           int id)
Instantiates a new server lifetime event.

Parameters:
source - the event source
id - the ID


Copyright © 2012. All Rights Reserved.