net.vattp.data
Class StreamMessage

java.lang.Object
  |
  +--net.vattp.data.StreamMessage

class StreamMessage
extends Object


Field Summary
(package private)  byte[] myMessage
           
(package private)  Runnable myNotification
           
(package private)  Vat myPlaceToRun
           
 
Constructor Summary
(package private) StreamMessage(byte[] message, Runnable notification, Vat placeToRun)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myMessage

final byte[] myMessage

myNotification

final Runnable myNotification

myPlaceToRun

final Vat myPlaceToRun
Constructor Detail

StreamMessage

StreamMessage(byte[] message,
              Runnable notification,
              Vat placeToRun)


comments?