vooga.replay.core
Class UserActionReplay.NetworkFireer

java.lang.Object
  extended by vooga.replay.core.UserActionReplay.NetworkFireer
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
UserActionReplay

public class UserActionReplay.NetworkFireer
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
UserActionReplay.NetworkFireer(NetworkController inputNetworkController, java.util.EventObject inputEventObject)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserActionReplay.NetworkFireer

public UserActionReplay.NetworkFireer(NetworkController inputNetworkController,
                                      java.util.EventObject inputEventObject)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable