- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Subscription holds a callback to remove an event listener from
SolaPlatform.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SubscriptionUnsubscribe callback that does nothing for events that are not supported by theSolaPlatform. -
Method Summary
-
Field Details
-
NOT_SUPPORTED
Unsubscribe callback that does nothing for events that are not supported by theSolaPlatform.
-
-
Method Details
-
unsubscribe
void unsubscribe()Call to remove the event listener from theSolaPlatform.
-