Package loci.common

Interface StatusListener

All Superinterfaces:
EventListener

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

    Modifier and Type
    Method
    Description
    void
    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