de.unirostock.Prototype
Class Client

java.lang.Object
  extended by de.unirostock.Prototype.Client

public class Client
extends java.lang.Object


Constructor Summary
Client()
           
 
Method Summary
 Prototype getPrototype()
           
 void operation()
           
 void setPrototype(Prototype itsPrototype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

operation

public void operation()

getPrototype

public Prototype getPrototype()

setPrototype

public void setPrototype(Prototype itsPrototype)