![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
A dummy object used to show serialization. More...
Public Member Functions | |
CompoundObject (int a, String b, CompoundObject c) | |
String | toString () |
boolean | equals (Object o) |
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.