Package de.team33.sphinx.luna
Interface Subscription
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a subscription that may need to be
canceled later.-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Cancels thisSubscriptionand thus unlinks the involved instances.
-
Method Details
-
cancel
void cancel()Cancels thisSubscriptionand thus unlinks the involved instances.After that, it’s best to forget about this
Subscription(no longer refer it)!
-