iCMS.applet
Class ClientInfoRequest
java.lang.Object
luky.serverSimple.Client
luky.serverSimple.ClientExtended
iCMS.applet.ClientInfoRequest
- All Implemented Interfaces:
- Runnable, EventListener, MyEventListener
public class ClientInfoRequest
- extends ClientExtended
The ClientInfoRequest class extends the Client class and is created to make a
listner for traps which communicates with MyEventListners
- 1.0.0 - initial version
- 2.0.0 - Release for GPL as iCMS
- Version:
- 2.0.0
- Author:
- Chris Lukassen
-
Constructor Summary |
ClientInfoRequest(String ip,
String port,
int interval)
constructor, takes ip number and portnumber of the server to connect to |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientInfoRequest
public ClientInfoRequest(String ip,
String port,
int interval)
- constructor, takes ip number and portnumber of the server to connect to
addInfoRequest
public void addInfoRequest(InfoRequest req)
- add an informational
myEventOccurred
public void myEventOccurred(MyEvent evt)
- This method gets called by the Watchdog, override, because of HI. reply
- Specified by:
myEventOccurred
in interface MyEventListener
- Overrides:
myEventOccurred
in class ClientExtended
run
public void run()
- main loop of the client
- Specified by:
run
in interface Runnable
- Overrides:
run
in class ClientExtended