net.larsan.norna
Interface StatusCallback


public interface StatusCallback

This interface is posted by the ServiceRegistry towards the services. It is every service responsibility to use this interface to signal changes in status during execution.

Version:
Alpha-0.2 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
net.larsan.norna.base.Service#setStatusCallback(StatusCallback)

Method Summary
 void newStatus(Status status)
          Signal a status change in the service.
 

Method Detail

newStatus

public void newStatus(Status status)
Signal a status change in the service. This change is likely to take place immediately before or after one of the lifetime interface methods has returned.

Parameters:
status - New service status