org.dvb.dsmcc
Interface AsynchronousLoadingEventListener

All Superinterfaces:
java.util.EventListener

public interface AsynchronousLoadingEventListener
extends java.util.EventListener

Listener for applications which perform asynchronous loading, in order to be informed if the loading is done or if an error has occurred.


Method Summary
 void receiveEvent(AsynchronousLoadingEvent e)
          Method called when an event is sent to the application.
 

Method Detail

receiveEvent

void receiveEvent(AsynchronousLoadingEvent e)
Method called when an event is sent to the application.

Parameters:
e - an AsynchronousLoadingEvent event.