park.borne
Class TinyEventQueue
java.lang.Object
park.borne.TinyEventQueue
- public final class TinyEventQueue
- extends java.lang.Object
Titre : Un petit tampon
Description : tampon circulaire utilisé pour gérer les événements.
Chaque événement est codé sur un octet
Copyright : Copyright (c) 2003
Société :
Method Summary |
byte |
read()
|
void |
write(byte ev)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAILLETAMPON
private static final int TAILLETAMPON
- See Also:
- Constant Field Values
tampon
private byte[] tampon
pointeurTamponIn
private int pointeurTamponIn
pointeurTamponOut
private int pointeurTamponOut
TinyEventQueue
public TinyEventQueue()
write
public final void write(byte ev)
read
public final byte read()