Interface SelectorManager.Listener
-
- Enclosing class:
- SelectorManager
public static interface SelectorManager.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(SelectorSelection selection, Throwable error)voidonSelect(SelectorSelection selector)
-
-
-
Method Detail
-
onSelect
void onSelect(SelectorSelection selector)
-
onError
void onError(SelectorSelection selection, Throwable error)
-
-