edu.rit.slides
Interface ScreenSelectionListener
public interface ScreenSelectionListener
Interface ScreenSelectionListener specifies the interface for a screen
selection listener object that is notified whenever the user selects a
different theatre via a
ScreenChooser
object.
Method Summary |
void |
theatreSelected(Screen theHandle,
String theName)
Notify this screen selection listener that the user selected a new
theatre. |
theatreSelected
void theatreSelected(Screen theHandle,
String theName)
- Notify this screen selection listener that the user selected a new
theatre.
- Parameters:
theHandle
- The
Screen
multihandle used for
performing method calls on all screen objects in the selected
theatre, or null if the user selected no theatre.theName
- Theatre name, or null if the user selected no theatre.
Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.