FileDocCategorySizeDatePackage
MsgWhiteboardUser.javaAPI DocExample6059Sun Feb 01 15:49:22 GMT 1998dcj.examples.Collaborative

Msg

public class Msg extends Object
Source code from "Java Distributed Computing", by Jim Farley. Class: MsgWhiteboardUser Example: A-1 Description: Message-passing whiteboard user, suitable for use in applets on browsers without RMI support.

Fields Summary
public Object
data
public String
tag
Constructors Summary
public Msg(Object o, String t)

    data = o;
    tag = t;
  
Methods Summary