rcUserInterface
Class rcMonitorExample

java.lang.Object
  |
  +--rcUserInterface.rcMonitorExample

public class rcMonitorExample
extends java.lang.Object
implements dtMonitor

Simple example class for the dtMonitor interface.

Version:
Dec 20, 1999
Author:
C.Witzig

Field Summary
private  java.lang.String[] myParams
           
 
Constructor Summary
rcMonitorExample()
           
 
Method Summary
 boolean active()
           
 int create(java.lang.String[] theArgs)
           
 void update()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

myParams

private java.lang.String[] myParams
Constructor Detail

rcMonitorExample

public rcMonitorExample()
Method Detail

active

public boolean active()
Specified by:
active in interface dtMonitor

create

public int create(java.lang.String[] theArgs)
Specified by:
create in interface dtMonitor

update

public void update()
Specified by:
update in interface dtMonitor