org.dvb.dsmcc
Interface AsynchronousLoadingEventListener
- All Superinterfaces:
- EventListener
public interface AsynchronousLoadingEventListener
- extends EventListener
Listener for applications which perform asynchronous loading, in order
to be informed if the loading is done or if an error has occurred.
receiveEvent
void receiveEvent(AsynchronousLoadingEvent e)
- Method called when an event is sent to the application.
- Parameters:
e - an AsynchronousLoadingEvent event.
Copyright © 2011. All Rights Reserved.