Searched refs:event (Results 26 - 50 of 1605) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/print/event/
H A DPrintServiceAttributeListener.java26 package javax.print.event;
40 * Called to notify a listener of an event in the print service.
41 * The service will call this method on an event notification thread.
43 * or subsequent event notifications may be blocked.
44 * @param psae the event being notified
/openjdk7/jdk/src/share/classes/javax/naming/event/
H A DObjectChangeListener.java26 package javax.naming.event;
30 * with event type of <tt>OBJECT_CHANGED</tt> must implement.
32 * An <tt>OBJECT_CHANGED</tt> event type is fired when (the contents of)
38 * A listener interested in <tt>OBJECT_CHANGED</tt> event types must:
69 * @param evt The nonnull naming event.
H A DNamingListener.java26 package javax.naming.event;
62 * @param evt The nonnull event.
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/event/
H A DGesturePhaseEvent.java26 package com.apple.eawt.event;
H A DSwipeEvent.java26 package com.apple.eawt.event;
H A DGestureListener.java26 package com.apple.eawt.event;
H A DMagnificationListener.java26 package com.apple.eawt.event;
40 * @param event containing the scale of the magnification.
H A DRotationListener.java26 package com.apple.eawt.event;
40 * @param event containing an abstract measure of rotation.
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DValidationEventHandler.java29 * A basic event handler interface for validation errors.
32 * If an application needs to implement customized event handling, it must
38 * during the unmarshal, marshal, and validate operations to these event
48 * Modifying the Java content tree within your event handler is undefined
83 * @param event the encapsulated validation event information. It is a
90 * @throws IllegalArgumentException if the event object is null.
92 public boolean handleEvent( ValidationEvent event );
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DobjectCountEventSender.cpp34 "Only call this method if the event is enabled");
36 EventObjectCountAfterGC event(UNTIMED);
37 event.set_gcId(gc_id);
38 event.set_class(entry->klass());
39 event.set_count(entry->count());
40 event.set_totalSize(entry->words() * BytesPerWord);
41 event.set_endtime(timestamp);
42 event.commit();
/openjdk7/jdk/test/java/awt/event/OtherEvents/UngrabID/
H A DUngrabID.java29 @summary check if the ungrab event has the ID < AWTEvent.RESERVED_ID_MAX
30 @author Andrei Dmitriev : area=awt.event
35 import java.awt.event.*;
41 sun.awt.UngrabEvent event = new sun.awt.UngrabEvent(f);
42 if (event.getID() > AWTEvent.RESERVED_ID_MAX) {
43 System.out.println( " Event ID : "+event.getID() + " " + event.toString());
44 throw new RuntimeException(" Ungrab Event ID should be less than AWTEvent.RESERVED_ID_MAX ("+AWTEvent.RESERVED_ID_MAX+"). Actual value : "+event.getID() + " Event:" + event.toString());
/openjdk7/jdk/test/java/awt/event/InvocationEvent/
H A DInvocationEventTest.java28 @author dmitry.cherepanov@sun.com: area=awt.event
39 import java.awt.event.*;
51 InvocationEvent event = new InvocationEvent(tk, runnable, lock, true);
53 if (event.isDispatched()) {
54 throw new RuntimeException(" Initially, the event shouldn't be dispatched ");
58 tk.getSystemEventQueue().postEvent(event);
59 while(!event.isDispatched()) {
64 if(!event.isDispatched()) {
65 throw new RuntimeException(" Finally, the event should be dispatched ");
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DCellEditorListener.java26 package javax.swing.event;
28 import javax.swing.event.ChangeEvent;
H A DRowSorterListener.java25 package javax.swing.event;
36 * Notification that the <code>RowSorter</code> has changed. The event
39 * @param e the event, will not be null
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEventQueueItem.java31 public AWTEvent event; field in class:EventQueueItem
35 event = evt;
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DLineListener.java58 * <code>LineEvent</code> methods to obtain information about the event.
59 * @param event a line event that describes the change
63 * <code>LineEvent</code> methods to obtain information about the event.
64 * @param event a line event that describes the change
66 public void update(LineEvent event); argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DMenuItemUI.java28 import java.awt.event.*;
/openjdk7/jdk/src/share/classes/com/sun/jdi/event/
H A DAccessWatchpointEvent.java26 package com.sun.jdi.event;
H A DStepEvent.java26 package com.sun.jdi.event;
32 * The step event
36 * the location of the event is the first instruction of the method.
37 * When a step leaves a method, the location of the event will be the
H A DVMDeathEvent.java26 package com.sun.jdi.event;
32 * This event occurs if the target VM terminates before the
34 * Thus, this event will NOT occur if
44 * Additional VMDeathEvents will be sent in the same event set if they are
49 * event was initiated but immediately thereafter it is not
58 * no other events will be in the event set. A resume
59 * must occur to continue execution after any event set which
H A DVMDisconnectEvent.java26 package com.sun.jdi.event;
40 * If the target VM terminates before the disconnection, this event
43 * This event is always sent.
/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyEventDispatcher.java27 import java.awt.event.KeyEvent;
35 * the event, consume it, dispatch the event itself, or make other changes.
58 * that this KeyEventDispatcher dispatch the specified event on its behalf.
59 * This KeyEventDispatcher is free to retarget the event, consume it,
66 * that this KeyEventDispatcher dispatch the event again.
77 * but returns <code>false</code>, the consumed event will still be passed
H A DKeyEventPostProcessor.java27 import java.awt.event.KeyEvent;
45 * KeyEvent should take place, the AWT will consider the event fully handled
46 * and will take no additional action with regard to the event. (While it is
72 * of the event again.
81 * event will still be passed to the next KeyEventPostProcessor in the
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DExtendedSelectAction.java26 import java.awt.event.MouseEvent;
51 public State mousePressed(Widget widget, WidgetMouseEvent event) { argument
53 if (event.getButton() != MouseEvent.BUTTON2) {
54 return innerAction.mousePressed(widget, new WidgetMouseEvent(event.getEventID(), new MouseEvent(panel, (int) event.getEventID(), event.getWhen(), event.getModifiersEx(), event.getPoint().x, event.getPoint().y, event
61 mouseReleased(Widget widget, WidgetMouseEvent event) argument
66 keyTyped(Widget widget, WidgetKeyEvent event) argument
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DTemplateTest.java39 import com.sun.jdi.event.*;
67 /********** event handlers **********/
73 println("Got event set");
76 public void eventReceived(Event event) { argument
77 println("Got event");
80 public void breakpointReached(BreakpointEvent event) { argument
84 public void exceptionThrown(ExceptionEvent event) { argument
88 public void stepCompleted(StepEvent event) { argument
92 public void classPrepared(ClassPrepareEvent event) { argument
96 public void classUnloaded(ClassUnloadEvent event) { argument
100 methodEntered(MethodEntryEvent event) argument
104 methodExited(MethodExitEvent event) argument
108 fieldAccessed(AccessWatchpointEvent event) argument
112 fieldModified(ModificationWatchpointEvent event) argument
116 threadStarted(ThreadStartEvent event) argument
120 threadDied(ThreadDeathEvent event) argument
124 vmStarted(VMStartEvent event) argument
128 vmDied(VMDeathEvent event) argument
132 vmDisconnected(VMDisconnectEvent event) argument
[all...]

Completed in 84 milliseconds

1234567891011>>