Searched defs:event (Results 151 - 175 of 476) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/print/event/
H A DPrintJobEvent.java26 package javax.print.event;
64 * continue. One example of an event that can
74 * if a terminal event (completed/failed/canceled) is not delivered.
77 * is that the print service does not support delivering such an event.
104 * Gets the reason for this event.
113 * event pertains.
H A DPrintJobListener.java26 package javax.print.event;
44 * receiving this event.
45 * If this event is not received the client should wait for a terminal
46 * event (completed/canceled/failed) before freeing the resources.
47 * @param pje the job generating this event
54 * @param pje the job generating this event
62 * @param pje the job generating this event
70 * @param pje the job generating this event
77 * One cause of this event being generated is if the job
80 * This event i
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DMenuElement.java28 import java.awt.event.*;
41 * Processes a mouse event. <code>event</code> is a <code>MouseEvent</code>
50 * Note: you do not have to forward the event to sub-components.
53 public void processMouseEvent(MouseEvent event,MenuElement path[],MenuSelectionManager manager); argument
57 * Process a key event.
59 public void processKeyEvent(KeyEvent event,MenuElement path[],MenuSelectionManager manager); argument
77 * The returned component will be used to convert events and detect if an event is inside
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DAncestorEvent.java25 package javax.swing.event;
27 import java.awt.event.*;
32 * An event reported to a child component that originated from an
67 * @param source the JComponent that originated the event
82 * Returns the ancestor that the event actually occurred on.
89 * Returns the parent of the ancestor the event actually occurred on.
90 * This is most interesting in an ANCESTOR_REMOVED event, as
H A DInternalFrameAdapter.java26 package javax.swing.event;
39 * @see java.awt.event.WindowListener
H A DInternalFrameListener.java26 package javax.swing.event;
38 * @see java.awt.event.WindowListener
H A DListDataEvent.java26 package javax.swing.event;
32 * Defines an event that encapsulates changes to a list.
59 * Returns the event type. The possible values are:
H A DListSelectionEvent.java26 package javax.swing.event;
33 * An event that characterizes a change in selection. The change is limited to a
37 * generally query the source of the event for the new selected status of each
H A DMenuKeyEvent.java25 package javax.swing.event;
30 import java.awt.event.KeyEvent;
57 * @param source the Component that originated the event
59 * @param id an int specifying the type of event, as defined
60 * in {@link java.awt.event.KeyEvent}
61 * @param when a long identifying the time the event occurred
63 * as specified in {@link java.awt.event.InputEvent}
80 * Returns the path to the menu item referenced by this event.
H A DRowSorterEvent.java25 package javax.swing.event;
81 * @param type the type of event
98 * Returns the source of the event as a <code>RowSorter</code>.
100 * @return the source of the event as a <code>RowSorter</code>
107 * Returns the type of event.
109 * @return the type of event
H A DTableColumnModelEvent.java26 package javax.swing.event;
67 * @param source the {@code TableColumnModel} that originated the event
H A DTreeModelEvent.java26 package javax.swing.event;
62 * Used to create an event when nodes have been changed, inserted, or
83 * array of <code>int</code> to create the event. When the postition-index
102 * objects to an array of <code>int</code> to create the event.
110 * <ul>To create a node changed event for the root node, specify the parent
114 * @param source the Object responsible for generating the event (typically
115 * the creator of the event object passes <code>this</code>
135 * Used to create an event when nodes have been changed, inserted, or
141 * @param source the Object responsible for generating the event (typically
142 * the creator of the event objec
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEventQueueDelegate.java48 * @return next {@code event} for the {@code EventDispatchThread}
56 * Note: this method may mutate the event
58 * @param event to be dispatched by {@code dispatch} method
61 public Object beforeDispatch(AWTEvent event) throws InterruptedException; argument
66 * @param event {@code event} dispatched by the {@code dispatch} method
69 public void afterDispatch(AWTEvent event, Object handle) throws InterruptedException; argument
/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOWriteProgressListener.java26 package javax.imageio.event;
/openjdk7/jdk/src/share/classes/javax/naming/event/
H A DEventContext.java26 package javax.naming.event;
64 * registration methods is the <em>event source</em> of the events that are
71 * the object(s) that the listener is interested in, but the event source
111 * for different of event types of <tt>NamingEvent</tt>.
113 * interface is for the <tt>NamingEvent.OBJECT_CHANGED</tt> event type.
114 * To register interest in multiple event types, the listener implementation
168 * The event source of those events is this context. See the
169 * class description for a discussion on event source and target.
183 * When the listener is notified of an event, the listener may
228 * as the event sourc
[all...]
H A DNamingExceptionEvent.java26 package javax.naming.event;
31 * This class represents an event fired when the procedures/processes
75 * Retrieves the <tt>EventContext</tt> that fired this event.
77 * @return The non-null <tt>EventContext</tt> that fired this event.
85 * a listener using this event.
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DAssociationChangeNotification.java36 * Defines the type of change event that happened to the association.
87 * Returns the type of change event.
89 * @return The event
91 public abstract AssocChangeEvent event(); method in class:AssociationChangeNotification
H A DPeerAddressChangeNotification.java39 * Defines the type of address change event that occurred to the destination
102 * Returns the type of change event.
104 * @return The event
106 public abstract AddressChangeEvent event(); method in class:PeerAddressChangeNotification
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/event/
H A DAccessWatchpointEventSet.java35 package com.sun.tools.example.debug.event;
37 import com.sun.jdi.event.*;
H A DClassPrepareEventSet.java35 package com.sun.tools.example.debug.event;
38 import com.sun.jdi.event.*;
49 * Returns the thread in which this event has occurred.
51 * @return a {@link ThreadReference} which mirrors the event's thread in
60 * Returns the reference type for which this event was generated.
H A DClassUnloadEventSet.java35 package com.sun.tools.example.debug.event;
37 import com.sun.jdi.event.*;
H A DExceptionEventSet.java35 package com.sun.tools.example.debug.event;
38 import com.sun.jdi.event.*;
H A DLocatableEventSet.java35 package com.sun.tools.example.debug.event;
38 import com.sun.jdi.event.*;
41 * Abstract event set for events with location and thread.
63 * Returns the thread in which this event has occurred.
65 * @return a {@link ThreadReference} which mirrors the event's thread in
H A DLocationTriggerEventSet.java35 package com.sun.tools.example.debug.event;
37 import com.sun.jdi.event.*;
H A DModificationWatchpointEventSet.java35 package com.sun.tools.example.debug.event;
38 import com.sun.jdi.event.*;

Completed in 53 milliseconds

1234567891011>>