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

Constructor Index

 o Viewer()

Method Index

 o main(String[])
The main method for viewer application.
 o printUsage()
Simple method to print the usage, in case the arguments are ambiguous.

Constructors

 o Viewer
 public Viewer()

Methods

 o 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.
 o 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