public class DefaultSelectionSupport<T> extends Object implements SelectionSupport<T>
SelectionSupport.Handler<T>
Constructor and Description |
---|
DefaultSelectionSupport(Class<T> type) |
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.
|
public void addHandler(SelectionSupport.Handler<T> handler)
SelectionSupport
addHandler
in interface SelectionSupport<T>
handler
- The handler.public void removeHandler(SelectionSupport.Handler<T> handler)
SelectionSupport
removeHandler
in interface SelectionSupport<T>
handler
- The handler.Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.