|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void theatreAdded(Screen theHandle, String theName)
theHandle
- Theatre multihandle implementing interface
Screen
.theName
- Theatre name.void theatreNameChanged(Screen theHandle, String theName)
theHandle
- Theatre multihandle implementing interface
Screen
.theName
- Theatre name.void theatreRemoved(Screen theHandle)
theHandle
- Theatre multihandle implementing interface
Screen
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |