Uses of Interface
edu.pdx.cs410J.family.RemoteFamilyTree
Package
Description
The package contains a family tree application that uses many of
the classes that we discuss in CS410J.
-
Uses of RemoteFamilyTree in edu.pdx.cs410J.family
Modifier and TypeClassDescriptionclass
This class is a remote family tree whose contents are read from and saved to an XML file.ModifierConstructorDescription(package private)
RemotePersonImpl
(RemoteFamilyTree tree, Person person) Creates a newRemotePersonImpl
that delegates most of its behavior to a givenPerson
.