zeus.actors
Class Handler

java.lang.Object
  extended byzeus.actors.Handler
All Implemented Interfaces:
java.lang.Runnable

public class Handler
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  Performative msg
           
private  RootNode node
           
 
Constructor Summary
Handler(RootNode node, Performative msg)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

private RootNode node

msg

private Performative msg
Constructor Detail

Handler

public Handler(RootNode node,
               Performative msg)
Method Detail

run

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


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.