Interface NetworkInterfaceWatch.Callback
- Enclosing class:
- NetworkInterfaceWatch
public static interface NetworkInterfaceWatch.Callback
Callback interface for interface events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonNetworkInterfaceEvent(NetworkInterfaceWatch watch, JsonNode event) Called when an event on there registered interface occurs.
-
Method Details
-
onNetworkInterfaceEvent
Called when an event on there registered interface occurs.- Parameters:
watch- the associated watch objectevent- json data for the event
-