Package loci.common
Interface StatusListener
-
- All Superinterfaces:
EventListener
public interface StatusListener extends EventListener
A listener for status updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
statusUpdated(StatusEvent e)
Called when status is updated.
-
-
-
Method Detail
-
statusUpdated
void statusUpdated(StatusEvent e)
Called when status is updated.- Parameters:
e
- the event representing the current status
-
-