Package org.openjdk.jmc.jdp.client
Class DiscoveryEvent
java.lang.Object
org.openjdk.jmc.jdp.client.DiscoveryEvent
A discovery event. These are triggered from the
JDPClient
when a Discoverable
is
FOUND, LOST or CHANGED.-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDiscoveryEvent
(DiscoveryEvent.Kind kind, Discoverable discoverable) Constructor. -
Method Summary
-
Constructor Details
-
DiscoveryEvent
Constructor.- Parameters:
kind
- the type of discovery that was made.discoverable
- what was discovered.
-
-
Method Details