Uses of Interface
university.PersonAdapter

Uses of PersonAdapter in university
 

Classes in university that implement PersonAdapter
 class PersonAdapterImpl
          Adapter Class for the purpose of using People from the university as remote objects
 

Methods in university with parameters of type PersonAdapter
 void PersonList.addPerson(PersonAdapter person)
          Adds a person to the remote directory.
 void PersonListImpl.addPerson(PersonAdapter person)
          Adds a person to the remote directory.