Home | History | Annotate | Download | only in hid

Lines Matching defs:Event

28 public class Event {
77 return "Event{id=" + mId
89 private Event mEvent;
92 mEvent = new Event();
127 public Event build() {
129 throw new IllegalStateException("No event id");
131 throw new IllegalStateException("Event does not contain a command");
158 public Event getNextEvent() throws IOException {
159 Event e = null;
161 Event.Builder eb = new Event.Builder();