edu.stanford.hci.r3.flash.timelineControl
Class FlashControlServer

java.lang.Object
  extended by edu.stanford.hci.r3.flash.timelineControl.FlashControlServer

public class FlashControlServer
extends java.lang.Object

This server will relay events to the Flash UI, which will listen for commands. It can ask the UI to do different things, such as going to a named frame. This is a skeleton implementation. Later on, we will allow our event handlers and content filters to live in the world of Flash, for faster UI prototyping.

This software is distributed under the BSD License.


Field Summary
static int DEFAULT_PORT
          communicate through this port
 
Constructor Summary
FlashControlServer()
           
FlashControlServer(int port)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void sendMessage(java.lang.String message)
          Prints to both the console and to the client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
communicate through this port

See Also:
Constant Field Values
Constructor Detail

FlashControlServer

public FlashControlServer()

FlashControlServer

public FlashControlServer(int port)
Parameters:
port -
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

sendMessage

public void sendMessage(java.lang.String message)
Prints to both the console and to the client.

Parameters:
message - the string to print.

Copyright 2006 Stanford University