Code Examples
A repository of 155 code examples for BeepBeep
network.CompoundObject Class Reference

A dummy object used to show serialization. More...

Public Member Functions

 CompoundObject (int a, String b, CompoundObject c)
 
String toString ()
 
boolean equals (Object o)
 

Detailed Description

A dummy object used to show serialization.

This class is used in the examples of this package as the type of events to be transmitted over the network.

Definition at line 25 of file CompoundObject.java.


The documentation for this class was generated from the following file: