org.davic.net.ca
Interface DescramblerListener

All Superinterfaces:
java.util.EventListener

public interface DescramblerListener
extends java.util.EventListener

This interface is implemented by an object in the application that can be registered to receive events related to an on-going descrambling activity


Method Summary
 void receiveDescramblerEvent(DescramblerEvent anEvent)
          This method is called to send an event to the listener.
 

Method Detail

receiveDescramblerEvent

public void receiveDescramblerEvent(DescramblerEvent anEvent)
This method is called to send an event to the listener.

Parameters:
anEvent - event to be sent to the listener