public interface ConsoleListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
closing()
Called when the console is closing
|
void |
connectionStateChanged(boolean connected)
Called when the JMX connection state changes
|
void |
viewChanged(View view)
Called when the current console view changes
|
void |
viewLoaded(View view)
Called when a view is first loaded into the JVM
|
void viewChanged(View view)
view
- the current viewvoid viewLoaded(View view)
view
- the view that has been loadedvoid connectionStateChanged(boolean connected)
connected
- true if connected, false if disconnectedvoid closing()
Please send bug reports and comments to Caplin support