com.jrockit.mc.rjmx
Interface IConnectionHandleStateListener


public interface IConnectionHandleStateListener

Listener for changes to the state of an IConnectionHandle

Author:
Marcus Hirt

Method Summary
 void onConnectionHandleStateChange(ConnectionHandleEvent e)
          Called when there are changes made to the state of connection handle.
 

Method Detail

onConnectionHandleStateChange

void onConnectionHandleStateChange(ConnectionHandleEvent e)
Called when there are changes made to the state of connection handle.

Parameters:
e - the event specifying the state change.


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.