com.esri.client.local
Interface ServerMessageListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ServerEventMulticaster, ServerMessageAdapter

public interface ServerMessageListener
extends EventListener

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


Method Summary
 void handleMessage(ServerMessageEvent e)
           
 

Method Detail

handleMessage

void handleMessage(ServerMessageEvent e)


Copyright © 2012. All Rights Reserved.