|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DecoderStateInterface
To be used in the receive context to represent a receiver state compatible
with the state of the connected device.
Used to implement the State Design Pattern.
| Method Summary | |
|---|---|
void |
enterState(GPSrxtx context)
Indicates this state is entered. |
void |
exitState(GPSrxtx context)
Indicates this state is stopped. |
java.lang.Object |
getResponse(GPSrxtx context)
Returns valid data from the serial link. |
| Method Detail |
|---|
java.lang.Object getResponse(GPSrxtx context)
void exitState(GPSrxtx context)
void enterState(GPSrxtx context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||