ccs.cpc.impl
Class BrowserRefreshDispatch

java.lang.Object
  extended by ccs.cpc.impl.BrowserRefreshDispatch
All Implemented Interfaces:
java.lang.Runnable

 class BrowserRefreshDispatch
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private) static int HARD
           
(package private) static int SOFT
           
(package private) static int TELEPORT
           
 
Constructor Summary
BrowserRefreshDispatch(CpcImpl cpc, BrowserLogic target, int mode, VFile newpwd, VFile[] newcontents)
           
BrowserRefreshDispatch(CpcImpl cpc, BrowserLogic target, VFile slipgate)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HARD

static final int HARD
See Also:
Constant Field Values

SOFT

static final int SOFT
See Also:
Constant Field Values

TELEPORT

static final int TELEPORT
See Also:
Constant Field Values
Constructor Detail

BrowserRefreshDispatch

BrowserRefreshDispatch(CpcImpl cpc,
                       BrowserLogic target,
                       int mode,
                       VFile newpwd,
                       VFile[] newcontents)

BrowserRefreshDispatch

BrowserRefreshDispatch(CpcImpl cpc,
                       BrowserLogic target,
                       VFile slipgate)
Method Detail

run

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