Searched defs:event (Results 51 - 75 of 476) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/awt/event/
H A DIgnorePaintEvent.java25 package sun.awt.event;
29 import java.awt.event.PaintEvent;
33 * tagging. If a heavy weight peer is asked to handle an event of this
/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOReadWarningListener.java26 package javax.imageio.event;
/openjdk7/jdk/src/share/classes/javax/naming/event/
H A DNamingListener.java26 package javax.naming.event;
62 * @param evt The nonnull 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.
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DallocTracer.cpp32 EventAllocObjectOutsideTLAB event; local
33 if (event.should_commit()) {
34 event.set_class(klass());
35 event.set_allocationSize(alloc_size);
36 event.commit();
41 EventAllocObjectInNewTLAB event; local
42 if (event.should_commit()) {
43 event.set_class(klass());
44 event.set_allocationSize(alloc_size);
45 event
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/event/
H A DClassPrepareEvent.java26 package com.sun.jdi.event;
44 * Returns the thread in which this event has occurred.
46 * In rare cases, this event may occur in a debugger system
51 * If the event was generated by a debugger system thread, the
53 * suspend policy for the event was
61 * @return a {@link ThreadReference} which mirrors the event's thread in
67 * Returns the reference type for which this event was generated.
H A DClassUnloadEvent.java26 package com.sun.jdi.event;
H A DEvent.java26 package com.sun.jdi.event;
36 * When an event occurs, an instance of Event as a component of
49 * @return The {@link EventRequest} that requested this event.
H A DEventIterator.java26 package com.sun.jdi.event;
H A DEventQueue.java26 package com.sun.jdi.event;
37 * Some events cause the suspension of the target VM - event requests
47 * event queue until an EventSet containing a
63 * Waits forever for the next available event.
70 * be preceded by a {@link com.sun.jdi.event.VMDisconnectEvent}.
75 * Waits a specified time for the next available event.
77 * @param timeout Time in milliseconds to wait for the next event
83 * be preceded by a {@link com.sun.jdi.event.VMDisconnectEvent}.
H A DExceptionEvent.java26 package com.sun.jdi.event;
34 * an {@link EventSet event set}
36 * to the VM's event queue.
38 * the exception event is generated at the location where the
40 * If the exception is thrown from a native method, the exception event
H A DLocatableEvent.java26 package com.sun.jdi.event;
42 * Returns the thread in which this event has occurred.
44 * @return a {@link ThreadReference} which mirrors the event's thread in
H A DMethodEntryEvent.java26 package com.sun.jdi.event;
31 * Notification of a method invocation in the target VM. This event
H A DMethodExitEvent.java26 package com.sun.jdi.event;
31 * Notification of a method return in the target VM. This event
33 * location of this event is the last executed location in the method.
H A DModificationWatchpointEvent.java26 package com.sun.jdi.event;
H A DMonitorContendedEnterEvent.java26 package com.sun.jdi.event;
46 * Returns the thread in which this event has occurred.
49 * @return a {@link ThreadReference} which mirrors the event's thread in
H A DMonitorContendedEnteredEvent.java26 package com.sun.jdi.event;
45 * Returns the thread in which this event has occurred.
48 * @return a {@link ThreadReference} which mirrors the event's thread in
H A DThreadDeathEvent.java26 package com.sun.jdi.event;
35 * after this event is received.
37 * Note that this event gives no information
52 * @return a {@link ThreadReference} which mirrors the event's thread in
H A DThreadStartEvent.java26 package com.sun.jdi.event;
38 * for the thread before this event is received. (Notably,
42 * a new started thread before this event is received.
44 * Note that this event gives no information
59 * @return a {@link ThreadReference} which mirrors the event's thread in
H A DVMStartEvent.java26 package com.sun.jdi.event;
31 * Notification of initialization of a target VM. This event is
33 * application code has been executed. Before this event occurs
36 * This event is always generated by the target VM, even
50 * @return a {@link ThreadReference} which mirrors the event's thread in
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DActionListener.java26 package java.awt.event;
32 * The class that is interested in processing an action event
35 * <code>addActionListener</code> method. When the action event
H A DAdjustmentListener.java26 package java.awt.event;
H A DContainerAdapter.java26 package java.awt.event;
H A DContainerListener.java26 package java.awt.event;
32 * The class that is interested in processing a container event
H A DFocusAdapter.java26 package java.awt.event;

Completed in 3011 milliseconds

1234567891011>>