Package loci.common

Interface StatusListener

All Superinterfaces:
java.util.EventListener

public interface StatusListener
extends java.util.EventListener
A listener for status updates.
  • Method Summary

    Modifier and Type Method Description
    void statusUpdated​(StatusEvent e)
    Called when status is updated.
  • Method Details

    • statusUpdated

      void statusUpdated​(StatusEvent e)
      Called when status is updated.
      Parameters:
      e - the event representing the current status