Uses of Class
java.util.EventObject

Packages that use EventObject
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components. 
java.beans Contains classes for run-time Java Beans support. 
javax.media   
javax.net.ssl Provides classes for the secure socket package. 
javax.tv.media   
javax.tv.service   
javax.tv.service.guide   
javax.tv.service.navigation   
javax.tv.service.selection   
javax.tv.service.transport   
javax.tv.util   
org.davic.media Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. 
org.davic.mpeg.sections Provides access to MPEG-2 section filtering. 
org.davic.net.tuning Provides access to tuning - MPEG multiplex selection. 
org.davic.resources Provides a framework for scarce resource management. 
org.dvb.application Provides access to lists of applications which are available in this context and the ability to launch those applications. 
org.dvb.dsmcc Provides extended access to files carried in the broadcast stream. 
org.dvb.event Provides access to user input events before they are processed through the event mechanism of the java.awt package. 
org.dvb.media Provides DVB specific extensions to the Java Media Framework. 
org.dvb.net.rc Provides session management for bi-directional IP connections which are session based from the point of view of an application. 
org.dvb.user Provides access to settings and preferences configured by the end-user. 
org.havi.ui.event   
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.hn Provides interfaces and classes for representing a home network. 
org.ocap.hn.content   
org.ocap.media The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components 
org.ocap.service The org.ocap.service package represents various aspects of a service. 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
org.ocap.shared.media Extensions to JMF to support DVR playback. 
org.ocap.storage The org.ocap.storage package represents storage devices. 
org.ocap.system

This API is used to access system modules. 

org.ocap.ui Extensions to HAVi User Interface functionality. 
org.ocap.ui.event Extensions to HAVi User Interface Event classes, including OCAP specific remote control events and multiscreen management events. 
 

Uses of EventObject in java.awt
 

Subclasses of EventObject in java.awt
 class AWTEvent
          The root event class for all AWT events.
 

Uses of EventObject in java.awt.event
 

Subclasses of EventObject in java.awt.event
 class ActionEvent
          A semantic event which indicates that a component-defined action occured.
 class AdjustmentEvent
          The adjustment event emitted by Adjustable objects.
 class ComponentEvent
          A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
 class ContainerEvent
          A low-level event which indicates that a container's contents changed because a component was added or removed.
 class FocusEvent
          A low-level event which indicates that a Component has gained or lost the input focus.
 class InputEvent
          The root event class for all component-level input events.
 class InputMethodEvent
          Input method events contain information about text that is being composed using an input method.
 class InvocationEvent
          An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread.
 class ItemEvent
          A semantic event which indicates that an item was selected or deselected.
 class KeyEvent
          An event which indicates that a keystroke occurred in a component.
 class MouseEvent
          An event which indicates that a mouse action occurred in a component.
 class MouseWheelEvent
          An event which indicates that the mouse wheel was rotated in a component.
 class PaintEvent
          The component-level paint event.
 class TextEvent
          A semantic event which indicates that an object's text changed.
 class WindowEvent
          A low-level event that indicates that a window has changed its status.
 

Uses of EventObject in java.beans
 

Subclasses of EventObject in java.beans
 class PropertyChangeEvent
          A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
 

Uses of EventObject in javax.media
 

Subclasses of EventObject in javax.media
 class CachingControlEvent
           
 class ConnectionErrorEvent
           
 class ControllerClosedEvent
           
 class ControllerErrorEvent
           
 class ControllerEvent
           
 class DataStarvedEvent
           
 class DeallocateEvent
           
 class DurationUpdateEvent
           
 class EndOfMediaEvent
           
 class GainChangeEvent
           
 class InternalErrorEvent
           
 class MediaTimeSetEvent
           
 class PrefetchCompleteEvent
           
 class RateChangeEvent
           
 class RealizeCompleteEvent
           
 class ResourceUnavailableEvent
           
 class RestartingEvent
           
 class StartEvent
           
 class StopAtTimeEvent
           
 class StopByRequestEvent
           
 class StopEvent
           
 class StopTimeChangeEvent
           
 class TransitionEvent
           
 

Uses of EventObject in javax.net.ssl
 

Subclasses of EventObject in javax.net.ssl
 class HandshakeCompletedEvent
          This event indicates that an SSL handshake completed on a given SSL connection.
 class SSLSessionBindingEvent
          This event is propagated to a SSLSessionBindingListener.
 

Uses of EventObject in javax.tv.media
 

Subclasses of EventObject in javax.tv.media
 class MediaSelectCARefusedEvent
          MediaSelectCARefusedEvent is generated when a media select operation fails due to lack of CA authorization.
 class MediaSelectEvent
          MediaSelectEvent is the base class of events sent to MediaSelectListener instances.
 class MediaSelectFailedEvent
          MediaSelectFailedEvent notifies a MediaSelectListener that a selection operation failed.
 class MediaSelectSucceededEvent
          A MediaSelectSucceededEvent notifies a MediaSelectListener that a selection operation succeeded.
 

Uses of EventObject in javax.tv.service
 

Subclasses of EventObject in javax.tv.service
 class SIChangeEvent
          SIChangeEvent objects are sent to SIChangeListener instances to signal detected changes in the SI database.
 

Uses of EventObject in javax.tv.service.guide
 

Subclasses of EventObject in javax.tv.service.guide
 class ProgramScheduleEvent
          A ProgramScheduleEvent notifies an ProgramScheduleListener of changes to program events detected in a ProgramSchedule.
 

Uses of EventObject in javax.tv.service.navigation
 

Subclasses of EventObject in javax.tv.service.navigation
 class ServiceComponentChangeEvent
          A ServiceComponentChangeEvent notifies an ServiceComponentChangeListener of changes to a ServiceComponent detected in a ServiceDetails.
 class ServiceDetailsSIChangeEvent
          A ServiceDetailsSIChangeEvent notifies an SIChangeListener of changes to a ServiceDetails.
 

Uses of EventObject in javax.tv.service.selection
 

Subclasses of EventObject in javax.tv.service.selection
 class AlternativeContentEvent
          AlternativeContentEvent is generated to indicate that "alternative" content is being presented during the presentation of a service.
 class NormalContentEvent
          NormalContentEvent is generated to indicate that the normal content of a service is being presented.
 class PresentationTerminatedEvent
          PresentationTerminatedEvent is generated when the presentation of a service terminates.
 class SelectionFailedEvent
          SelectionFailedEvent is generated when a service selection operation fails.
 class ServiceContextDestroyedEvent
          ServiceContextDestroyedEvent is generated when a ServiceContext is destroyed via its destroy() method.
 class ServiceContextEvent
          The parent class for service context events.
 

Uses of EventObject in javax.tv.service.transport
 

Subclasses of EventObject in javax.tv.service.transport
 class NetworkChangeEvent
          A NetworkChangeEvent notifies an NetworkChangeListener of changes detected in a NetworkCollection.
 class ServiceDetailsChangeEvent
          A ServiceDetailsChangeEvent notifies an ServiceDetailsChangeListener of changes detected to a ServiceDetails on a Transport.
 class TransportSIChangeEvent
          An TransportSIChangeEvent notifies an SIChangeListener of changes detected to the SI on a Transport.
 class TransportStreamChangeEvent
          A TransportStreamChangeEvent notifies an TransportStreamChangeListener of changes detected in a TransportStreamCollection.
 

Uses of EventObject in javax.tv.util
 

Subclasses of EventObject in javax.tv.util
 class TVTimerWentOffEvent
          An event indicating that a timer specification has gone off.
 

Uses of EventObject in org.davic.media
 

Subclasses of EventObject in org.davic.media
 class MediaPresentedEvent
          Generated as soon as possible after new content is actually being presented to the user, regardless of whether a state change has taken place in the player or not.
 class MediaTimePositionChangedEvent
          This event is generated whenever the media position is changed (when the invocation of the setMediaPosition resulted in a change in the media position).
 class ResourceReturnedEvent
          Generated if a Player which was stopped due to having its resources withdrawn has had those resources returned to it.
 class ResourceWithdrawnEvent
          Generated if a Player has some or all of the resources used withdrawn for some reason.
 

Uses of EventObject in org.davic.mpeg.sections
 

Subclasses of EventObject in org.davic.mpeg.sections
 class EndOfFilteringEvent
          This class is used to report the end of a filtering operation started by RingSectionFilter or TableSectionFilter.
 class FilterResourcesAvailableEvent
          This event signals that enough section filter resources for the corresponding section filter group were available at the time this event was generated.
 class ForcedDisconnectedEvent
          This class is used to report when a TransportStream which was available becomes no longer available or if the section filter resources are removed from a connected SectionFilterGroup.
 class IncompleteFilteringEvent
          This class is used to report the end of a filtering operation started by TableSectionFilter.
 class SectionAvailableEvent
          This class is used to report a complete section being filtered.
 class SectionFilterEvent
          This class is the base class for Events in the section filter API.
 class TimeOutEvent
          This event is generated if section filter operations time out within the period specified by the setTimeOut() method.
 class VersionChangeDetectedEvent
          This class is used by TableSectionFilter to report that a section has been encountered which has a different version_number from earlier sections.
 

Uses of EventObject in org.davic.net.tuning
 

Subclasses of EventObject in org.davic.net.tuning
 class NetworkInterfaceEvent
          Base class for events related to network interfaces.
 class NetworkInterfaceReleasedEvent
          This event informs that the NetworkInterface returned by the getNetworkInterface method has been released by an application or other entity in the system.
 class NetworkInterfaceReservedEvent
          This event informs that a particular network interface has been reserved by an application or other entity in the system.
 class NetworkInterfaceTuningEvent
          This event signals that a particular NetworkInterface has started to tune to another transport stream.
 class NetworkInterfaceTuningOverEvent
          This event signals that a particular NetworkInterface has completed its tuning action.
 

Uses of EventObject in org.davic.resources
 

Subclasses of EventObject in org.davic.resources
 class ResourceStatusEvent
          This class is the parent class for events reporting changes in the status of resources.
 

Uses of EventObject in org.dvb.application
 

Subclasses of EventObject in org.dvb.application
 class AppsDatabaseEvent
          The AppsDatabaseEvent class indicates either an entry in the application database has changed, or so many changes have occurred.
 class AppStateChangeEvent
          The AppStateChangeEvent class indicates a state transition of the application.
 

Uses of EventObject in org.dvb.dsmcc
 

Subclasses of EventObject in org.dvb.dsmcc
 class AsynchronousLoadingEvent
          This class described an Object event which is used to notify the loading of a DSMCC object.
 class InsufficientResourcesEvent
          This event is generated if there are insufficient resources available to load a DSMCCObject.
 class InvalidFormatEvent
          This event is generated if the format of the data received is inconsistent.
 class InvalidPathnameEvent
          The pathname does not exist or the ServiceDomain has been detached.
 class LoadingAbortedEvent
          This event will be sent to the AsynchronousEventListener when an asynchronous loading operation is aborted.
 class MPEGDeliveryErrorEvent
          An MPEGDeliveryErrorEvent indicates that an error (for instance, a time out or accessing the data would require tuning) has occurred while loading data from an MPEG Stream.
 class NotEntitledEvent
          This event is sent when an attempt to asynchronously load an object has failed because the elementary stream carrying the object is scrambled and the user is not entitled to access the content of the object.
 class NPTDiscontinuityEvent
          Sent when an MHP terminal detects a permanent discontinuity in NPT as defined in the main body of the present document.
 class NPTPresentEvent
          Sent to listeners on a DSMCCStream object when NPT newly appears for that DSMCC stream when it was not previously present.
 class NPTRateChangeEvent
          Sent only when the rate of an NPT time-base changes value.
 class NPTRemovedEvent
          Sent to listeners on a DSMCCStream object when NPT which was present for that DSMCC stream is removed.
 class NPTStatusEvent
          Sent when an MHP terminal detects a change of status in the NPT of a stream.
 class ObjectChangeEvent
          This class describes an object change event that is used to monitor the arrival of a new version of a DSMCCObject.
 class ServerDeliveryErrorEvent
          The local machine can not communicate with the server.
 class ServiceXFRErrorEvent
          The object requested is available in an alternate ServiceDomain.
 class StreamEvent
          This class describes a Stream event which is used to synchronize an application with an MPEG Stream.
 class SuccessEvent
          This event indicates that the asynchronous loading was successful.
 

Uses of EventObject in org.dvb.event
 

Subclasses of EventObject in org.dvb.event
 class UserEvent
          Represents a user event.
 class UserEventAvailableEvent
          This event is sent to the resource status event listeners when user input events which had been exclusively reserved by an application are no longer exclusively reserved.
 class UserEventUnavailableEvent
          This event is sent to the resource status event listeners when user input events are exclusively reserved by an application.
 

Uses of EventObject in org.dvb.media
 

Subclasses of EventObject in org.dvb.media
 class ActiveFormatDescriptionChangedEvent
          Event signalling that the transmitted active format definition has changed
 class AspectRatioChangedEvent
          Event signalling that the aspect ratio of the transmitted video has changed
 class CAStopEvent
          This event is generated whenever access to a service is withdrawn by the CA system, e.g.
 class DFCChangedEvent
          Event signalling that the decoder format conversion being used has changed
 class NoComponentSelectedEvent
          This event is generated whenever presentation of a stream stops because there are no selected components to present.
 class PresentationChangedEvent
          This event is generated whenever the content being presented by a player changes for reasons outside the control of the application.
 class ServiceRemovedEvent
          This event is generated whenever access to a service stops because the service concerned has been removed from the network.
 class StopByResourceLossEvent
          This event is generated whenever presentation of a stream stops because the player has lost so many resources that it cannot continue.
 class SubtitleAvailableEvent
          Report that subtitles are available to be presented having been unavailable.
 class SubtitleNotAvailableEvent
          Inform an application that a subtitle stream has vanished from the network.
 class SubtitleNotSelectedEvent
          Report that subtitles are not now selected.
 class SubtitleSelectedEvent
          Report that subtitles are now selected.
 class VideoFormatEvent
          The base class for all other events relating to changes in video format
 

Methods in org.dvb.media with parameters of type EventObject
 void SubtitleListener.subtitleStatusChanged(EventObject event)
          Report a subtitle event has happened.
 

Uses of EventObject in org.dvb.net.rc
 

Subclasses of EventObject in org.dvb.net.rc
 class ConnectionEstablishedEvent
          ConnectionEstablishedEvent - An event generated after a connection is established for a ConnectionRCInterface.
 class ConnectionFailedEvent
          ConnectionFailedEvent - An event generated after an attempt to setup a connection for a ConnectionRCInterface fails.
 class ConnectionRCEvent
          ConnectionRCEvent - the base class for events related to connection oriented return channels.
 class ConnectionTerminatedEvent
          ConnectionTerminatedEvent - An event generated after a connected ConnectionRCInterface is disconnected.
 class RCInterfaceReleasedEvent
          This event informs an application that a RCInterface has been released by an application or other entity in the system.
 class RCInterfaceReservedEvent
          This event informs an application that a RCInterface has been reserved by an application or other entity in the system.
 

Uses of EventObject in org.dvb.user
 

Subclasses of EventObject in org.dvb.user
 class UserPreferenceChangeEvent
          This class defines the event sent to appropriate listeners when a user preference has been changed.
 

Uses of EventObject in org.havi.ui.event
 

Subclasses of EventObject in org.havi.ui.event
 class HActionEvent
          An HActionEvent event is used to interact with a component implementing the HActionInputPreferred interface as follows:
 class HAdjustmentEvent
          An HAdjustmentEvent event is used to interact with a component implementing the HAdjustmentValue interface as follows:
 class HBackgroundImageEvent
          This event informs an application that a loading operation for an HBackgroundImage has finished.
 class HFocusEvent
          An HFocusEvent event is used to interact with a component implementing the HNavigationInputPreferred interface as follows:
 class HItemEvent
          An HItemEvent event is used to interact with a component implementing the HSelectionInputPreferred interface as follows:
 class HKeyEvent
          An HKeyEvent event is used to interact with a component implementing the HKeyboardInputPreferred interface as follows:
 class HRcEvent
          The remote control event class.
 class HScreenConfigurationEvent
          This event is sent to all registered HScreenConfigurationListeners when an HScreenDevice modifies its configuration.
 class HScreenDeviceReleasedEvent
          This event informs an application that a device for this HScreen has been released by an application or other entity in the system.
 class HScreenDeviceReservedEvent
          This event informs that a device on this HScreen has been reserved by an application or other entity in the system.
 class HScreenLocationModifiedEvent
          This event is generated by the system when a component is moved on-screen, rather than within a container.
 class HTextEvent
          An HTextEvent event is used to interact with a component implementing the HKeyboardInputPreferred interface as follows:
 

Uses of EventObject in org.ocap.dvr
 

Subclasses of EventObject in org.ocap.dvr
 class RecordingAlertEvent
          Event notifying that a scheduled recording is about to occur.
 class TimeShiftEvent
          The parent class for TimeShiftBuffer events.
 

Uses of EventObject in org.ocap.hn
 

Subclasses of EventObject in org.ocap.hn
 class NetActionEvent
          This class represents an event generated in response to an action.
 class NetModuleEvent
          Entity for NetModule Event.
 

Uses of EventObject in org.ocap.hn.content
 

Subclasses of EventObject in org.ocap.hn.content
 class ContentListEvent
          Event which will be sent to registered ContentListListeners when ContentItems have been added/removed.
 

Uses of EventObject in org.ocap.media
 

Subclasses of EventObject in org.ocap.media
 class AlternativeMediaPresentationEvent
          AlternativeMediaPresentationEvent is a JMF event generated to indicate that an "alternative" content is presented during the media presentation of a service.
 class ClosedCaptioningEvent
          This class is an event to notify a change of a closed-captioning state.
 class FilterResourceAvailableEvent
           This event notifies an application that a VBIFilterGroup released VBIFilters, i.e., another application may have an opportunity to reserve new VBIFilters.
 class MediaPresentationEvent
          MediaPresentationEvent is a JMF event used as the parent class of events indicating dynamic changes to the presentation of media components.
 class NormalMediaPresentationEvent
          NormalMediaPresentationEvent is a JMF event generated when the normal media components of a service are presented.
 class VBIFilterEvent
           This class represents a VBI filter event.
 

Uses of EventObject in org.ocap.service
 

Subclasses of EventObject in org.ocap.service
 class AlternativeContentErrorEvent
          AlternativeContentErrorEvent is generated to indicate that "alternative" content is being presented due to an error that prevents the presentation of normal content as part of selection of a service and during presentation of that selected service.
 

Uses of EventObject in org.ocap.shared.dvr
 

Subclasses of EventObject in org.ocap.shared.dvr
 class RecordingChangedEvent
          Event used to notify listeners of changes in the list of recording requests maintained by the RecordingManager.
 class RecordingTerminatedEvent
          An Event Notifying that recording has terminated for the ServiceContext.
 

Uses of EventObject in org.ocap.shared.media
 

Subclasses of EventObject in org.ocap.shared.media
 class BeginningOfContentEvent
          BeginningOfContentEvent is a RateChangeEvent that is posted when the rate change is due to a rewind hitting the beginning of the media, or due to the time-shift buffer reaching maximum depth.
 class EndOfContentEvent
          EndOfContentEvent is a RateChangeEvent that is posted when the rate change is due to a forward playback hitting the end of the stored context, or a forward playback catching up with the live recording point.
 class EnteringLiveModeEvent
          EnteringLiveModeEvent is a ControllerEvent that is posted when the the controller has started playing back a live broadcast stream.
 class LeavingLiveModeEvent
          This event shall be generated during timeshift playback when the playback point departs from the head of the buffer (where the content is the same as the currently received content).
 

Uses of EventObject in org.ocap.storage
 

Subclasses of EventObject in org.ocap.storage
 class StorageManagerEvent
          Event sent to a StorageManagerListener registered with the StorageManager that a StorageProxy was added, removed or changed state.
 

Uses of EventObject in org.ocap.system
 

Subclasses of EventObject in org.ocap.system
 class EASEvent
          This class represents an EAS event.
 

Uses of EventObject in org.ocap.ui
 

Subclasses of EventObject in org.ocap.ui
 class FrontSceneResourceReleasedEvent
          This event informs that the HSceneBinding returned by the FrontSceneResourceReleasedEvent.getSource() method has released the front-most position in the z-order stack for the containing graphics plane.
 class FrontSceneResourceReservedEvent
          This event informs that the HSceneBinding returned by the FrontSceneResourceReservedEvent.getSource() method has gained the front-most position in the z-order stack for the containing graphics plane.
 

Uses of EventObject in org.ocap.ui.event
 

Subclasses of EventObject in org.ocap.ui.event
 class MultiScreenConfigurationEvent
          A MultiScreenConfigurationEvent is used to report changes to the global state of the MultiScreenManager instance or the state of some display HScreen with respect to the per-platform or some per-display multiscreen configuration, respectively, or to changes to a specific MultiScreenConfiguration instance.
 class MultiScreenContextEvent
          A MultiScreenContextEvent is used to report a change to a MultiScreenContext to interested listeners.
 class MultiScreenEvent
          A MultiScreenEvent is an abstract, base classs used to organize event identification codes used by disparate types of events related to multiple screen management functionality.
 class MultiScreenResourceEvent
          A MultiScreenResourceEvent is used to report changes regarding the resource status of multiscreen related resources.
 class OCRcEvent
           The OCAP remote control event class.