com.esri.client.local
Interface ServerLifetimeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ServerEventMulticaster

public interface ServerLifetimeListener
extends EventListener

The listener interface for receiving serverLifetime events. The class that is interested in processing a serverLifetime event implements this interface, and an object instance of the class is registered with the LocalServer using the LocalServer.addServerLifetimeListener(ServerLifetimeListener) method. When the serverLifetime event is fired, the object's appropriate method is invoked.


Method Summary
 void serverLifetimeInitialized(ServerLifetimeEvent e)
           
 void serverLifetimeShutdown(ServerLifetimeEvent e)
           
 

Method Detail

serverLifetimeInitialized

void serverLifetimeInitialized(ServerLifetimeEvent e)

serverLifetimeShutdown

void serverLifetimeShutdown(ServerLifetimeEvent e)


Copyright © 2012. All Rights Reserved.