Package eu.mihosoft.devcom
Interface DataConnection.Subscription
- Enclosing interface:
- DataConnection<T,V extends DataConnection<T,?>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener subscription.
-
Method Summary
-
Method Details
-
unsubscribe
void unsubscribe()Unsubscribes the listener.
-