Package com.luciad.util
Interface ILcdStatusListener<T>
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
ILcyLucyEnv
- All Known Implementing Classes:
ALcdWeakStatusListener,TLcdStatusBar,TLcyInterruptTaskAction,TLcyProgressBar,TLcyStatusMessageBar,TLcyUserInteractionBlocker
An
ILcdStatusListener can be notified of status changes.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidstatusChanged(TLcdStatusEvent<T> aStatusEvent) This method will be called when the status of anObjectto which this ILcdStatusListener has been registered has changed.
-
Method Details
-
statusChanged
This method will be called when the status of anObjectto which this ILcdStatusListener has been registered has changed.- Parameters:
aStatusEvent- a TLcdStatusEvent detailing the status changes.
-