org.ocap.media
Interface VBIFilterListener

All Superinterfaces:
EventListener

public interface VBIFilterListener
extends 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.

Author:
Shigeaki Watanabe (Panasonic)

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

Method Detail

filterUpdate

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

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