You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TransceiverDataEvent.java 108B

12345678910
  1. package grafikchat.model;
  2. public enum TransceiverDataEvent
  3. {
  4. NEWPOINT,
  5. NEWFIGURE,
  6. REPAINT;
  7. }