Package loci.common
Interface StatusListener
- All Superinterfaces:
EventListener
A listener for status updates.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when status is updated.
-
Method Details
-
statusUpdated
Called when status is updated.- Parameters:
e- the event representing the current status
-