Interface NotificationService.Registration
-
- Enclosing interface:
- NotificationService
public static interface NotificationService.Registration
Represents the connection event listener registration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unregister()
Un-register the connection event listener.
-