org.ocap.media
Interface VBIFilterListener

All Superinterfaces:
java.util.EventListener

public interface VBIFilterListener
extends java.util.EventListener

This interface represents a VBI filter event listener. When a specific event happens, the filterUpdate(org.ocap.media.VBIFilterEvent) method is called with an event that has a proper event code to indicate the event.


Method Summary
 void filterUpdate(VBIFilterEvent event)
          This method is called by the OCAP implementation to notify an application that a VBI event has occurred.
 

Method Detail

filterUpdate

void filterUpdate(VBIFilterEvent event)
This method is called by the OCAP implementation to notify an application that a VBI event has occurred.

Parameters:
event - a VBIFilterEvent instance that contains a event code.