Uses of Interface
edu.rit.slides.Screen

Packages that use Screen
edu.rit.slides Package edu.rit.slides contains Slides, a service and collaborative application based on Many-to-Many Invocation (M2MI). 
 

Uses of Screen in edu.rit.slides
 

Classes in edu.rit.slides that implement Screen
 class ScreenObject
          Class ScreenObject provides an exported screen object in the Slides application.
 

Methods in edu.rit.slides with parameters of type Screen
 void DiscoverableScreenObject.associate(Screen theHandle, String theName)
          Associate this discoverable screen object with the given theatre.
 void ScreenDiscoveryObject.report(Screen theHandle, String theName)
          Report that a theatre exists.
 void DiscoverableScreenObject.report(Screen theHandle, String theName)
          Report that a theatre exists.
 void ScreenDiscovery.report(Screen theHandle, String theName)
          Report that a theatre exists.
 void ScreenChooser.selectTheatre(Screen theTheatre)
          Select the given theatre.
 void ProjectorObject.setTheatre(Screen theTheatre)
          Set the theatre in which this projector object will participate.
 void ScreenDiscoveryListener.theatreAdded(Screen theHandle, String theName)
          Notify this screen discovery listener that a newly discovered theatre was added to the list of discovered theatres.
 void ScreenChooser.theatreAdded(Screen theHandle, String theName)
          Notify this screen chooser that a newly discovered theatre was added to the list of discovered theatres.
 void ScreenDiscoveryListener.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 ScreenChooser.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 ScreenDiscoveryListener.theatreRemoved(Screen theHandle)
          Notify this screen discovery listener that a previously discovered theatre was removed from the list of discovered theatres.
 void ScreenChooser.theatreRemoved(Screen theHandle)
          Notify this screen discovery listener that a previously discovered theatre was removed from the list of discovered theatres.
 void ScreenSelectionListener.theatreSelected(Screen theHandle, String theName)
          Notify this screen selection listener that the user selected a new theatre.
 



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