|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jscape.inet.terminal.events.CellEvent
Represents Terminal cell event. This event is generated
when new character comes. Holds information about cell coordinates.
| Constructor Summary | |
CellEvent(int row,
int column)
Creates CellEvent object giving screen cell coordinates. |
|
| Method Summary | |
void |
accept(TerminalListener listener)
Calls correct callback method of TerminalListener object. |
int |
getColumn()
Returns screen cell column number. |
int |
getRow()
Returns screen cell row number. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CellEvent(int row,
int column)
CellEvent object giving screen cell coordinates.
row - row number.column - column number.| Method Detail |
public int getRow()
public int getColumn()
public void accept(TerminalListener listener)
TerminalListener object.
accept in interface TerminalEventlistener - TerminalListener object.
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||