Package org.somda.sdc.dpws.client
Interface EventObserver
-
- All Implemented Interfaces:
public interface EventObserverObserver for internal events related to the client.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSubscriptionEvent(Subscription event)Handles subscription events. -
-
Method Detail
-
onSubscriptionEvent
abstract Unit onSubscriptionEvent(Subscription event)
Handles subscription events.
-
-
-
-