Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.altara.mars.engine
Class Notifier  view Notifier download Notifier.java

java.lang.Object
  extended byorg.altara.mars.engine.Notifier
All Implemented Interfaces:
ProbeListener, StatusChangeListener

public class Notifier
extends java.lang.Object
implements StatusChangeListener, ProbeListener


Nested Class Summary
private static class Notifier.NotificationEntry
           
 
Field Summary
(package private)  Controller controller
           
(package private)  java.util.Map pendingTable
           
 
Constructor Summary
Notifier(Controller controller)
           
 
Method Summary
 void probeRun(ProbeEvent pe)
           
 void statusChanged(StatusChangeEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pendingTable

java.util.Map pendingTable

controller

Controller controller
Constructor Detail

Notifier

public Notifier(Controller controller)
Method Detail

statusChanged

public void statusChanged(StatusChangeEvent sce)
Specified by:
statusChanged in interface StatusChangeListener

probeRun

public void probeRun(ProbeEvent pe)
Specified by:
probeRun in interface ProbeListener