Searched defs:EventInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DEventDispatcher.java104 void processEvent(EventInfo eventInfo) {
167 EventInfo eventInfo = null;
189 eventInfo = (EventInfo) eventQueue.remove(0);
209 private synchronized void postEvent(EventInfo eventInfo) {
242 EventInfo eventInfo = new EventInfo(event, listeners);
385 private class EventInfo { class in class:EventDispatcher
395 EventInfo(Object event, List listeners) { method in class:EventDispatcher.EventInfo
412 } // class EventInfo
/openjdk7/jdk/src/share/back/
H A Dutil.h252 } EventInfo; typedef in typeref:struct:__anon515

Completed in 42 milliseconds