All Packages Class Hierarchy This Package Previous Next Index
Class calypso.clients.tv.Viewer
java.lang.Object
|
+----calypso.clients.tv.Viewer
- public class Viewer
- extends Object
Viewer application for calypso tv service.
- Author:
- Olli-Pekka Auvinen / TCM laboratory / HUT
-
Viewer()
-
-
main(String[])
- The main method for viewer application.
-
printUsage()
- Simple method to print the usage, in case the arguments are ambiguous.
Viewer
public Viewer()
main
public static void main(String argv_[])
- The main method for viewer application.
Method is responsible for setting up a viewer application.
This includes creating a channel selection window and instantiating
the RemoteControl class which is running in its own thread.
- Parameters:
- argv_ - Command line arguments for Viewer Application.
printUsage
public static void printUsage()
- Simple method to print the usage, in case the arguments are ambiguous.
All Packages Class Hierarchy This Package Previous Next Index