JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.haulmont.bali.events
Interface Subscription
All Known Implementing Classes:
EventHub.SubscriptionImpl
,
VoidSubscription
public interface
Subscription
A registration object for removing an event listener added to a source.
See Also:
remove()
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
remove
()
Removes the associated listener from the event source.
Method Detail
remove
void remove()
Removes the associated listener from the event source.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method