Invitation


Invitation is a mechanism that enables a server to call methods of a client.

Server calls the serverPaint() method of this applet every one second.



Server_Impl.java
Server calls client's methods.
Applet.java
Client runs in your WWW browser.