Package org.somda.sdc.dpws.client
Interface ClientEventObserver
-
- All Implemented Interfaces:
public interface ClientEventObserverCallback used internally for events related to the client subscriptions.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSubscriptionEvent(SubscriptionEvent event)-
-
Method Detail
-
onSubscriptionEvent
abstract Unit onSubscriptionEvent(SubscriptionEvent event)
-
-
-
-