Uses of Class
org.dvb.dsmcc.AsynchronousLoadingEvent

Packages that use AsynchronousLoadingEvent
org.dvb.dsmcc Provides extended access to files carried in the broadcast stream. 
 

Uses of AsynchronousLoadingEvent in org.dvb.dsmcc
 

Subclasses of AsynchronousLoadingEvent in org.dvb.dsmcc
 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 ServerDeliveryErrorEvent
          The local machine can not communicate with the server.
 class ServiceXFRErrorEvent
          The object requested is available in an alternate ServiceDomain.
 class SuccessEvent
          This event indicates that the asynchronous loading was successful.
 

Methods in org.dvb.dsmcc with parameters of type AsynchronousLoadingEvent
 void AsynchronousLoadingEventListener.receiveEvent(AsynchronousLoadingEvent e)
          Method called when an event is sent to the application.