package grafikchat.model; public enum TransceiverDataEvent { NEWPOINT, NEWFIGURE, REPAINT; }