net.artima.place
Interface StatusListener


public interface StatusListener

The listener interface for receiving StatusEvents from the StatusEventGenerator object, which may be returned by a Link's activate method.


Method Summary
 void statusUpdated(StatusEvent se)
          Invoked when the status of an activation has changed.
 

Method Detail

statusUpdated

public void statusUpdated(StatusEvent se)
Invoked when the status of an activation has changed. Status is reported as a localized String.