Interface ILineListener
-
- All Known Implementing Classes:
NoOpLineListener,TriView
public interface ILineListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classILineListener.LineType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleFocusNext()voidhandleFocusPrev()voidhandleFocusSelf(ILineListener.LineType lineType)voidlineHighlighted(int index, ILineListener.LineType lineType)voidsetRange(ILineListener.LineType lineType, int startRange, int endRange)
-
-
-
Method Detail
-
lineHighlighted
void lineHighlighted(int index, ILineListener.LineType lineType)
-
setRange
void setRange(ILineListener.LineType lineType, int startRange, int endRange)
-
handleFocusSelf
void handleFocusSelf(ILineListener.LineType lineType)
-
handleFocusNext
void handleFocusNext()
-
handleFocusPrev
void handleFocusPrev()
-
-