Java TV(tm) API 1.0

javax.tv.service.transport
Interface NetworkChangeListener

All Superinterfaces:
java.util.EventListener, SIChangeListener

public interface NetworkChangeListener
extends SIChangeListener

This interface is implemented by applications wishing to receive notification of changes to Network data.


Method Summary
 void notifyChange(NetworkChangeEvent event)
          Notifies the NetworkChangeListener of a change to a Network.
 

Method Detail

notifyChange

public void notifyChange(NetworkChangeEvent event)
Notifies the NetworkChangeListener of a change to a Network.
Parameters:
event - A NetworkChangeEvent describing what changed and how.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.