Package org.luwrain.core
Class ListenableArea.ListeningInfo
- java.lang.Object
-
- org.luwrain.core.ListenableArea.ListeningInfo
-
- Enclosing interface:
- ListenableArea
public static class ListenableArea.ListeningInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ListeningInfo()
ListeningInfo(String text)
ListeningInfo(String text, int posX, int posY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPosX()
int
getPosY()
String
getText()
boolean
noMore()
String
toString()
-
-
-
Field Detail
-
text
protected final String text
-
posX
protected final int posX
-
posY
protected final int posY
-
-