Extension SDK

oracle.ide.util
Interface MonitorThread.MonitorListener

Enclosing class:
MonitorThread

public static interface MonitorThread.MonitorListener

Implement this interface so that the MonitorThread let's you do the actual monitoring or carrying out a task.


Method Summary
 void monitor(java.lang.Object object)
          Method called repeatedly at the specified MonitorThread interval time.
 

Method Detail

monitor

public void monitor(java.lang.Object object)
Method called repeatedly at the specified MonitorThread interval time.

Extension SDK