public interface SelectionSupport<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
SelectionSupport.Handler<T>
Handles single selection changes.
|
Modifier and Type | Method and Description |
---|---|
void |
addHandler(SelectionSupport.Handler<T> handler)
Adds a new handler.
|
void |
removeHandler(SelectionSupport.Handler<T> handler)
Removes an existing handler.
|
void addHandler(@NonNull SelectionSupport.Handler<T> handler)
handler
- The handler.void removeHandler(@NonNull SelectionSupport.Handler<T> handler)
handler
- The handler.Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.