com.novell.zos.grid
Interface AgentListener


public interface AgentListener

Interface necessary for processing messages sent from the server.

The implementation of this interface is registered with the Agent using ClientAgent.addAgentListener().


Method Summary
 void handleMessage(Message msg)
          Message event handler method.
 

Method Detail

handleMessage

void handleMessage(Message msg)
Message event handler method.

Parameters:
msg - the incoming Message to be handled


Copyright 2008 Novell, Inc. All Rights Reserved.