|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionListenerReadPort
The listener interface to receive events from read serial port. Every time one character is received it's stored the "buffer" object. If everything is normal, then execute the method "tryActionPerformed", if there any problem in reading the port, then executes the method "catchActionPerformed".
| Method Summary | |
|---|---|
void |
catchActionPerformed(java.lang.Exception e)
If there any problem in reading the port, then executes this method. |
void |
tryActionPerformed(Buffer buffer)
Every time one character is received it's stored in "buffer" object. |
| Method Detail |
|---|
void tryActionPerformed(Buffer buffer)
buffer - void catchActionPerformed(java.lang.Exception e)
e -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||