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

Quick Search    Search Deep

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


public interface NotificationListener

Interface implemented by parties interested in service status changes for notification purposes. Defines one method, notifyStatusChanged(), which is called by Controller when a the Notifier notifies it of a status change that has stabilized for long enough to warrant notification.


Method Summary
 void notifyStatusChanged(StatusChangeEvent sce)
           
 

Method Detail

notifyStatusChanged

public void notifyStatusChanged(StatusChangeEvent sce)