Class RecvCamera

java.lang.Object
  |
  +--Process
        |
        +--RecvCamera
All Implemented Interfaces:
Camera, MsgHandler

public class RecvCamera
extends Process
implements Camera


Constructor Summary
RecvCamera(Linker initComm, CamUser app)
           
 
Method Summary
 void globalState()
           
 void handleMsg(Msg m, int src, java.lang.String tag)
           
 
Methods inherited from class Process
broadcastMsg, isNeighbor, myWait, receiveMsg, sendMsg, sendMsg, sendMsg, sendMsg, sendToNeighbors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface MsgHandler
receiveMsg
 

Constructor Detail

RecvCamera

public RecvCamera(Linker initComm,
                  CamUser app)
Method Detail

globalState

public void globalState()
Specified by:
globalState in interface Camera

handleMsg

public void handleMsg(Msg m,
                      int src,
                      java.lang.String tag)
Specified by:
handleMsg in interface MsgHandler
Overrides:
handleMsg in class Process