Uses of Class
java.util.EventObject
Packages that useEventObject
Package
Description
Contains all of the classes for creating user interfaces and for painting graphics and images.
Provides interfaces and classes for transferring data between and within applications.
Provides interfaces and classes for interaction with various desktop capabilities.
Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.
Provides interfaces and classes for dealing with different types of events fired by AWT components.
Contains classes related to developingbeans -- components based on the JavaBeans architecture.
Provides classes and interfaces relating to bean context.
This package allows applications to store and retrieve user and system preference and configuration data.
Provides the core classes for the Java Management Extensions.
Provides the definition of the monitor classes.
Provides the definition of the Relation Service.
Interfaces for remote access to JMX MBean servers.
Provides the definition of the Timer MBean.
Provides support for event notification when accessing naming anddirectory services.
Provides support for LDAPv3 extended operations and controls.
Provides classes for the secure socket package.
Package
javax.print.event contains event classes and listener interfaces.Provides interfaces and classes for capture, processing, and playback of sampled audio data.
Provides the API for server side data source access and processing from the Java programming language.
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Provides for events fired by Swing components.
Provides the class
HTMLEditorKit and supporting classes for creating HTML text editors.Provides classes and interfaces for dealing with
javax.swing.JTree.Uses ofEventObject injava.awt
Subclasses ofEventObject injava.awtUses ofEventObject injava.awt.datatransfer
Subclasses ofEventObject injava.awt.datatransferModifier and TypeClassDescriptionclassFlavorEventis used to notify interested parties that availableDataFlavors have changed in theClipboard(the event source).Uses ofEventObject injava.awt.desktop
Subclasses ofEventObject injava.awt.desktopModifier and TypeClassDescriptionfinal classEvent sent when the application is asked to open its about window.classAppEvents are sent to listeners and handlers installed on theDesktopinstance of the current desktop context.final classEvent sent when the application has become the foreground app, and when it is no longer the foreground app.final classEvent sent when the application has been hidden or shown.final classEvent sent when the application is asked to re-open itself.classAuxiliary event containing a list of files.final classEvent sent when the app is asked to open a list of files.final classEvent sent when the app is asked to open aURI.final classEvent sent when the application is asked to open its preferences window.final classEvent sent when the app is asked to print a list of files.final classEvent sent when the application is asked to quit.final classEvent sent when the displays attached to the system enter and exit power save sleep.final classEvent sent when the system enters and exits power save sleep.final classEvent sent when the user session has been changed.Uses ofEventObject injava.awt.dnd
Subclasses ofEventObject injava.awt.dndModifier and TypeClassDescriptionclassADragGestureEventis passed toDragGestureListener's dragGestureRecognized() method when a particularDragGestureRecognizerdetects that a platform dependent drag initiating gesture has occurred on theComponentthat it is tracking.classTheDragSourceDragEventis delivered from theDragSourceContextPeer, via theDragSourceContext, to theDragSourceListenerregistered with thatDragSourceContextand with its associatedDragSource.classTheDragSourceDropEventis delivered from theDragSourceContextPeer, via theDragSourceContext, to thedragDropEndmethod ofDragSourceListeners registered with thatDragSourceContextand with its associatedDragSource.classThis class is the base class forDragSourceDragEventandDragSourceDropEvent.classTheDropTargetDragEventis delivered to aDropTargetListenervia its dragEnter() and dragOver() methods.classTheDropTargetDropEventis delivered via theDropTargetListenerdrop() method.classTheDropTargetEventis the base class for both theDropTargetDragEventand theDropTargetDropEvent.Uses ofEventObject injava.awt.event
Subclasses ofEventObject injava.awt.eventModifier and TypeClassDescriptionclassA semantic event which indicates that a component-defined action occurred.classThe adjustment event emitted by Adjustable objects likeScrollbarandScrollPane.classA low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).classA low-level event which indicates that a container's contents changed because a component was added or removed.classA low-level event which indicates that a Component has gained or lost the input focus.classAn event which indicates a change to theComponenthierarchy to whichComponentbelongs.classThe root event class for all component-level input events.classInput method events contain information about text that is being composed using an input method.classAn event which executes therun()method on aRunnablewhen dispatched by the AWT event dispatcher thread.classA semantic event which indicates that an item was selected or deselected.classAn event which indicates that a keystroke occurred in a component.classAn event which indicates that a mouse action occurred in a component.classAn event which indicates that the mouse wheel was rotated in a component.classThe component-level paint event.classA semantic event which indicates that an object's text changed.classA low-level event that indicates that a window has changed its status.Uses ofEventObject injava.beans
Subclasses ofEventObject injava.beansModifier and TypeClassDescriptionclassAn "IndexedPropertyChange" event gets delivered whenever a component that conforms to the JavaBeans specification (a "bean") changes a bound indexed property.classA "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.Uses ofEventObject injava.beans.beancontext
Subclasses ofEventObject injava.beans.beancontextModifier and TypeClassDescriptionclassBeanContextEventis the abstract root event class for all events emitted from, and pertaining to the semantics of, aBeanContext.classABeanContextMembershipEventencapsulates the list of children added to, or removed from, the membership of a particularBeanContext.classThis event type is used by the BeanContextServicesListener in order to identify the service being registered.classThis event type is used by theBeanContextServiceRevokedListenerin order to identify the service being revoked.Uses ofEventObject injava.util.prefs
Subclasses ofEventObject injava.util.prefsModifier and TypeClassDescriptionclassAn event emitted by aPreferencesnode to indicate that a child of that node has been added or removed.classAn event emitted by aPreferencesnode to indicate that a preference has been added, removed or has had its value changed.Uses ofEventObject injavax.management
Subclasses ofEventObject injavax.managementModifier and TypeClassDescriptionclassProvides definitions of the attribute change notifications sent by MBeans.classRepresents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.classThe Notification class represents a notification emitted by an MBean.Uses ofEventObject injavax.management.monitor
Subclasses ofEventObject injavax.management.monitorModifier and TypeClassDescriptionclassProvides definitions of the notifications sent by monitor MBeans.Uses ofEventObject injavax.management.relation
Subclasses ofEventObject injavax.management.relationModifier and TypeClassDescriptionclassA notification of a change in the Relation Service.Uses ofEventObject injavax.management.remote
Subclasses ofEventObject injavax.management.remoteModifier and TypeClassDescriptionclassNotification emitted when a client connection is opened or closed or when notifications are lost.Uses ofEventObject injavax.management.timer
Subclasses ofEventObject injavax.management.timerModifier and TypeClassDescriptionclassThis class provides definitions of the notifications sent by timer MBeans.Uses ofEventObject injavax.naming.event
Subclasses ofEventObject injavax.naming.eventModifier and TypeClassDescriptionclassThis class represents an event fired by a naming/directory service.classThis class represents an event fired when the procedures/processes used to collect information for notifying listeners ofNamingEvents threw aNamingException.Uses ofEventObject injavax.naming.ldap
Subclasses ofEventObject injavax.naming.ldapModifier and TypeClassDescriptionclassThis class represents an event fired in response to an unsolicited notification sent by the LDAP server.Uses ofEventObject injavax.net.ssl
Subclasses ofEventObject injavax.net.sslModifier and TypeClassDescriptionclassThis event indicates that an SSL handshake completed on a given SSL connection.classThis event is propagated to a SSLSessionBindingListener.Uses ofEventObject injavax.print.event
Subclasses ofEventObject injavax.print.eventModifier and TypeClassDescriptionclassClassPrintEventis the super class of all Print Service API events.classClassPrintJobAttributeEventencapsulates an event aPrintServicereports to let the client know that one or more printing attributes for aPrintJobhave changed.classClassPrintJobEventencapsulates common events a print job reports to let a listener know of progress in the processing of theDocPrintJob.classClassPrintServiceAttributeEventencapsulates an event a Print Service instance reports to let the client know of changes in the print service state.Uses ofEventObject injavax.sound.sampled
Subclasses ofEventObject injavax.sound.sampledModifier and TypeClassDescriptionclassTheLineEventclass encapsulates information that a line sends its listeners whenever the line opens, closes, starts, or stops.Uses ofEventObject injavax.sql
Subclasses ofEventObject injavax.sqlModifier and TypeClassDescriptionclassAnEventobject that provides information about the source of a connection-related event.classAnEventobject generated when an event occurs to aRowSetobject.classAStatementEventis sent to allStatementEventListeners which were registered with aPooledConnection.Uses ofEventObject injavax.swing
Methods injavax.swing with parameters of typeEventObjectModifier and TypeMethodDescriptionbooleanJTable.editCellAt(int row, int column,EventObject e) Programmatically starts editing the cell atrowandcolumn, if those indices are in the valid range, and the cell at those indices is editable.booleanAbstractCellEditor.isCellEditable(EventObject e) Returns true.booleanCellEditor.isCellEditable(EventObject anEvent) Asks the editor if it can start editing usinganEvent.booleanDefaultCellEditor.EditorDelegate.isCellEditable(EventObject anEvent) Returns true ifanEventisnot aMouseEvent.booleanDefaultCellEditor.isCellEditable(EventObject anEvent) Forwards the message from theCellEditorto thedelegate.booleanAbstractCellEditor.shouldSelectCell(EventObject anEvent) Returns true.booleanCellEditor.shouldSelectCell(EventObject anEvent) Returns true if the editing cell should be selected, false otherwise.booleanDefaultCellEditor.EditorDelegate.shouldSelectCell(EventObject anEvent) Returns true to indicate that the editing cell may be selected.booleanDefaultCellEditor.shouldSelectCell(EventObject anEvent) Forwards the message from theCellEditorto thedelegate.booleanDefaultCellEditor.EditorDelegate.startCellEditing(EventObject anEvent) Returns true to indicate that editing has begun.Uses ofEventObject injavax.swing.event
Subclasses ofEventObject injavax.swing.eventModifier and TypeClassDescriptionclassAn event reported to a child component that originated from an ancestor in the component hierarchy.classCaretEvent is used to notify interested parties that the text caret has changed in the event source.classChangeEvent is used to notify interested parties that state has changed in the event source.classHyperlinkEvent is used to notify interested parties that something has happened with respect to a hypertext link.classAnAWTEventthat adds support forJInternalFrameobjects as the event source.classDefines an event that encapsulates changes to a list.classAn event that characterizes a change in selection.classMenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.classMenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled.classMenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.classPopupMenuEvent only contains the source of the event which is the JPopupMenu sending the eventclassRowSorterEventprovides notification of changes to aRowSorter.classTableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.classTableModelEvent is used to notify listeners that a table model has changed.classAn event used to identify a single path in a tree.classEncapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.classAn event that characterizes a change in the current selection.classAn event indicating that an operation which can be undone has occurred.Uses ofEventObject injavax.swing.text.html
Subclasses ofEventObject injavax.swing.text.htmlModifier and TypeClassDescriptionclassFormSubmitEvent is used to notify interested parties that a form was submitted.classHTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.Uses ofEventObject injavax.swing.tree
Methods injavax.swing.tree with parameters of typeEventObjectModifier and TypeMethodDescriptionprotected booleanDefaultTreeCellEditor.canEditImmediately(EventObject event) Returns true ifeventisnull, or it is aMouseEventwith a click count > 2 andinHitRegionreturns true.booleanDefaultTreeCellEditor.isCellEditable(EventObject event) If therealEditorreturns true to this message,prepareForEditingis messaged and true is returned.booleanDefaultTreeCellEditor.shouldSelectCell(EventObject event) Messages therealEditorfor the return value.protected booleanDefaultTreeCellEditor.shouldStartEditingTimer(EventObject event) Returns true ifeventis aMouseEventand the click count is 1.