Uses of Interface
edu.pdx.cs410J.family.RemoteFamilyTree
Packages that use 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
Classes in edu.pdx.cs410J.family that implement RemoteFamilyTreeModifier and TypeClassDescriptionclassThis class is a remote family tree whose contents are read from and saved to an XML file.Constructors in edu.pdx.cs410J.family with parameters of type RemoteFamilyTreeModifierConstructorDescription(package private)RemotePersonImpl(RemoteFamilyTree tree, Person person) Creates a newRemotePersonImplthat delegates most of its behavior to a givenPerson.