org.dvb.media
Interface VideoFormatListener

All Superinterfaces:
java.util.EventListener

public interface VideoFormatListener
extends java.util.EventListener

The listener used to receive video format events


Method Summary
 void receiveVideoFormatEvent(VideoFormatEvent anEvent)
          receive a VideoFormatEvent
 

Method Detail

receiveVideoFormatEvent

void receiveVideoFormatEvent(VideoFormatEvent anEvent)
receive a VideoFormatEvent

Parameters:
anEvent - the VideoFormatEvent that has been received