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

Quick Search    Search Deep

org.altara.mars.engine
Interface StatusChangeListener  view StatusChangeListener download StatusChangeListener.java

All Known Implementing Classes:
Notifier

public interface StatusChangeListener

Interface implemented by parties interested in service status changes. Defines one method, statusChanged(), which is called by Controller when a Probe notifies it of a status change.


Method Summary
 void statusChanged(StatusChangeEvent sce)
           
 

Method Detail

statusChanged

public void statusChanged(StatusChangeEvent sce)