edu.rit.slides
Interface ScreenDiscoveryListener

All Known Implementing Classes:
ScreenChooser

public interface ScreenDiscoveryListener

Interface ScreenDiscoveryListener specifies the interface for a screen discovery listener object that is notified whenever a ScreenDiscoveryObject changes its list of theatres that have been discovered.


Method Summary
 void theatreAdded(Screen theHandle, String theName)
          Notify this screen discovery listener that a newly discovered theatre was added to the list of discovered theatres.
 void theatreNameChanged(Screen theHandle, String theName)
          Notify this screen discovery listener that an existing theatre's name was changed in the list of discovered theatres.
 void theatreRemoved(Screen theHandle)
          Notify this screen discovery listener that a previously discovered theatre was removed from the list of discovered theatres.
 

Method Detail

theatreAdded

void theatreAdded(Screen theHandle,
                  String theName)
Notify this screen discovery listener that a newly discovered theatre was added to the list of discovered theatres.

Parameters:
theHandle - Theatre multihandle implementing interface Screen.
theName - Theatre name.

theatreNameChanged

void theatreNameChanged(Screen theHandle,
                        String theName)
Notify this screen discovery listener that an existing theatre's name was changed in the list of discovered theatres.

Parameters:
theHandle - Theatre multihandle implementing interface Screen.
theName - Theatre name.

theatreRemoved

void theatreRemoved(Screen theHandle)
Notify this screen discovery listener that a previously discovered theatre was removed from the list of discovered theatres.

Parameters:
theHandle - Theatre multihandle implementing interface Screen.


Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.