Package org.openjdk.jmc.jdp.client
Interface DiscoveryListener
-
public interface DiscoveryListenerInterface for listeners interested in notifications about discovered JVM services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDiscovery(DiscoveryEvent event)Called whenever a change in the discovery status has occurred for a service.
-
-
-
Method Detail
-
onDiscovery
void onDiscovery(DiscoveryEvent event)
Called whenever a change in the discovery status has occurred for a service.- Parameters:
event- an event describing the change in discovery status.
-
-