Uses of Class
java.util.EventObject
Packages that useEventObject Package Description java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.java.awt.desktop Provides interfaces and classes for interaction with various desktop capabilities.java.awt.dnd 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.java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.java.beans Contains classes related to developingbeans -- components based on the JavaBeans™ architecture.java.beans.beancontext Provides classes and interfaces relating to bean context.java.util.prefs This package allows applications to store and retrieve user and systempreference and configuration data.javax.management Provides the core classes for the Java Management Extensions.javax.management.monitor Provides the definition of the monitor classes.javax.management.relation Provides the definition of the Relation Service.javax.management.remote Interfaces for remote access to JMX MBean servers.javax.management.timer Provides the definition of the Timer MBean.javax.naming.event Provides support for event notification when accessing naming anddirectory services.javax.naming.ldap Provides support for LDAPv3 extended operations and controls.javax.net.ssl Provides classes for the secure socket package.javax.print.event Packagejavax.print.eventcontains event classes and listener interfaces.javax.sound.sampled Provides interfaces and classes for capture, processing, and playback of sampled audio data.javax.sql Provides the API for server side data source access and processing fromthe Java™ programming language.javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.event Provides for events fired by Swing components.javax.swing.text.html Provides the classHTMLEditorKitand supporting classes for creating HTML text editors.javax.swing.tree Provides classes and interfaces for dealing withjavax.swing.JTree.Uses ofEventObject injava.awt
Subclasses ofEventObject injava.awt Modifier and Type Class Description classAWTEventThe root event class for all AWT events.Uses ofEventObject injava.awt.datatransfer
Subclasses ofEventObject injava.awt.datatransfer Modifier and Type Class Description classFlavorEventFlavorEventis used to notify interested parties that availableDataFlavors have changed in theClipboard(the event source).Uses ofEventObject injava.awt.desktop
Subclasses ofEventObject injava.awt.desktop Modifier and Type Class Description classAboutEventEvent sent when the application is asked to open its about window.classAppEventAppEvents are sent to listeners and handlers installed on theDesktopinstance of the current desktop context.classAppForegroundEventEvent sent when the application has become the foreground app, and when it is no longer the foreground app.classAppHiddenEventEvent sent when the application has been hidden or shown.classAppReopenedEventEvent sent when the application is asked to re-open itself.classFilesEventAuxiliary event containing a list of files.classOpenFilesEventEvent sent when the app is asked to open a list of files.classOpenURIEventEvent sent when the app is asked to open aURI.classPreferencesEventEvent sent when the application is asked to open its preferences window.classPrintFilesEventEvent sent when the app is asked to print a list of files.classQuitEventEvent sent when the application is asked to quit.classScreenSleepEventEvent sent when the displays attached to the system enter and exit power save sleep.classSystemSleepEventEvent sent when the system enters and exits power save sleep.classUserSessionEventEvent sent when the user session has been changed.Uses ofEventObject injava.awt.dnd
Subclasses ofEventObject injava.awt.dnd Modifier and Type Class Description classDragGestureEventADragGestureEventis passed toDragGestureListener's dragGestureRecognized() method when a particularDragGestureRecognizerdetects that a platform dependent drag initiating gesture has occurred on theComponentthat it is tracking.classDragSourceDragEventTheDragSourceDragEventis delivered from theDragSourceContextPeer, via theDragSourceContext, to theDragSourceListenerregistered with thatDragSourceContextand with its associatedDragSource.classDragSourceDropEventTheDragSourceDropEventis delivered from theDragSourceContextPeer, via theDragSourceContext, to thedragDropEndmethod ofDragSourceListeners registered with thatDragSourceContextand with its associatedDragSource.classDragSourceEventThis class is the base class forDragSourceDragEventandDragSourceDropEvent.classDropTargetDragEventTheDropTargetDragEventis delivered to aDropTargetListenervia its dragEnter() and dragOver() methods.classDropTargetDropEventTheDropTargetDropEventis delivered via theDropTargetListenerdrop() method.classDropTargetEventTheDropTargetEventis the base class for both theDropTargetDragEventand theDropTargetDropEvent.Uses ofEventObject injava.awt.event
Subclasses ofEventObject injava.awt.event Modifier and Type Class Description classActionEventA semantic event which indicates that a component-defined action occurred.classAdjustmentEventThe adjustment event emitted by Adjustable objects likeScrollbarandScrollPane.classComponentEventA low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).classContainerEventA low-level event which indicates that a container's contents changed because a component was added or removed.classFocusEventA low-level event which indicates that a Component has gained or lost the input focus.classHierarchyEventAn event which indicates a change to theComponenthierarchy to whichComponentbelongs.classInputEventThe root event class for all component-level input events.classInputMethodEventInput method events contain information about text that is being composed using an input method.classInvocationEventAn event which executes therun()method on aRunnablewhen dispatched by the AWT event dispatcher thread.classItemEventA semantic event which indicates that an item was selected or deselected.classKeyEventAn event which indicates that a keystroke occurred in a component.classMouseEventAn event which indicates that a mouse action occurred in a component.classMouseWheelEventAn event which indicates that the mouse wheel was rotated in a component.classPaintEventThe component-level paint event.classTextEventA semantic event which indicates that an object's text changed.classWindowEventA low-level event that indicates that a window has changed its status.Uses ofEventObject injava.beans
Subclasses ofEventObject injava.beans Modifier and Type Class Description classIndexedPropertyChangeEventAn "IndexedPropertyChange" event gets delivered whenever a component that conforms to the JavaBeans™ specification (a "bean") changes a bound indexed property.classPropertyChangeEventA "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.Uses ofEventObject injava.beans.beancontext
Subclasses ofEventObject injava.beans.beancontext Modifier and Type Class Description classBeanContextEventBeanContextEventis the abstract root event class for all events emitted from, and pertaining to the semantics of, aBeanContext.classBeanContextMembershipEventABeanContextMembershipEventencapsulates the list of children added to, or removed from, the membership of a particularBeanContext.classBeanContextServiceAvailableEventThis event type is used by the BeanContextServicesListener in order to identify the service being registered.classBeanContextServiceRevokedEventThis event type is used by theBeanContextServiceRevokedListenerin order to identify the service being revoked.Uses ofEventObject injava.util.prefs
Subclasses ofEventObject injava.util.prefs Modifier and Type Class Description classNodeChangeEventAn event emitted by aPreferencesnode to indicate that a child of that node has been added or removed.classPreferenceChangeEventAn 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.management Modifier and Type Class Description classAttributeChangeNotificationProvides definitions of the attribute change notifications sent by MBeans.classMBeanServerNotificationRepresents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.classNotificationThe Notification class represents a notification emitted by an MBean.Uses ofEventObject injavax.management.monitor
Subclasses ofEventObject injavax.management.monitor Modifier and Type Class Description classMonitorNotificationProvides definitions of the notifications sent by monitor MBeans.Uses ofEventObject injavax.management.relation
Subclasses ofEventObject injavax.management.relation Modifier and Type Class Description classRelationNotificationA notification of a change in the Relation Service.Uses ofEventObject injavax.management.remote
Subclasses ofEventObject injavax.management.remote Modifier and Type Class Description classJMXConnectionNotificationNotification emitted when a client connection is opened or closed or when notifications are lost.Uses ofEventObject injavax.management.timer
Subclasses ofEventObject injavax.management.timer Modifier and Type Class Description classTimerNotificationThis class provides definitions of the notifications sent by timer MBeans.Uses ofEventObject injavax.naming.event
Subclasses ofEventObject injavax.naming.event Modifier and Type Class Description classNamingEventThis class represents an event fired by a naming/directory service.classNamingExceptionEventThis 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.ldap Modifier and Type Class Description classUnsolicitedNotificationEventThis 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.ssl Modifier and Type Class Description classHandshakeCompletedEventThis event indicates that an SSL handshake completed on a given SSL connection.classSSLSessionBindingEventThis event is propagated to a SSLSessionBindingListener.Uses ofEventObject injavax.print.event
Subclasses ofEventObject injavax.print.event Modifier and Type Class Description classPrintEventClassPrintEventis the super class of all Print Service API events.classPrintJobAttributeEventClassPrintJobAttributeEventencapsulates an event aPrintServicereports to let the client know that one or more printing attributes for aPrintJobhave changed.classPrintJobEventClassPrintJobEventencapsulates common events a print job reports to let a listener know of progress in the processing of theDocPrintJob.classPrintServiceAttributeEventClassPrintServiceAttributeEventencapsulates 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.sampled Modifier and Type Class Description classLineEventTheLineEventclass encapsulates information that a line sends its listeners whenever the line opens, closes, starts, or stops.Uses ofEventObject injavax.sql
Subclasses ofEventObject injavax.sql Modifier and Type Class Description classConnectionEventAnEventobject that provides information about the source of a connection-related event.classRowSetEventAnEventobject generated when an event occurs to aRowSetobject.classStatementEventAStatementEventis sent to allStatementEventListeners which were registered with aPooledConnection.Uses ofEventObject injavax.swing
Methods injavax.swing with parameters of typeEventObject Modifier and Type Method Description booleanJTable. 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.event Modifier and Type Class Description classAncestorEventAn event reported to a child component that originated from an ancestor in the component hierarchy.classCaretEventCaretEvent is used to notify interested parties that the text caret has changed in the event source.classChangeEventChangeEvent is used to notify interested parties that state has changed in the event source.classHyperlinkEventHyperlinkEvent is used to notify interested parties that something has happened with respect to a hypertext link.classInternalFrameEventAnAWTEventthat adds support forJInternalFrameobjects as the event source.classListDataEventDefines an event that encapsulates changes to a list.classListSelectionEventAn event that characterizes a change in selection.classMenuDragMouseEventMenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.classMenuEventMenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled.classMenuKeyEventMenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.classPopupMenuEventPopupMenuEvent only contains the source of the event which is the JPopupMenu sending the eventclassRowSorterEventRowSorterEventprovides notification of changes to aRowSorter.classTableColumnModelEventTableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.classTableModelEventTableModelEvent is used to notify listeners that a table model has changed.classTreeExpansionEventAn event used to identify a single path in a tree.classTreeModelEventEncapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.classTreeSelectionEventAn event that characterizes a change in the current selection.classUndoableEditEventAn event indicating that an operation which can be undone has occurred.Uses ofEventObject injavax.swing.text.html
Subclasses ofEventObject injavax.swing.text.html Modifier and Type Class Description classFormSubmitEventFormSubmitEvent is used to notify interested parties that a form was submitted.classHTMLFrameHyperlinkEventHTMLFrameHyperlinkEvent 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 typeEventObject Modifier and Type Method Description protected 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.