FileDocCategorySizeDatePackage
AppWhiteboardUser.javaAPI DocExample5959Tue Jan 20 22:38:48 GMT 1998dcj.examples.appB

Msg

public class Msg extends Object
Source code from "Java Distributed Computing", by Jim Farley. Class: AppWhiteboardUser Example: A-1 Description: A message-passing collaborator to be used within an applet context.

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

    data = o;
    tag = t;
  
Methods Summary