Package com.luciad.format.dafif.gui
Interface ILcdDAFIFLoaderListener
- All Known Subinterfaces:
ILcdDAFIFLoaderViewAdapter
- All Known Implementing Classes:
TLcdDAFIFLoaderViewAdapter
public interface ILcdDAFIFLoaderListener
Interface for listeners on an
TLcdDAFIFLoader
. They get notified
when a model is added to or removed from the DAFIF loader.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dafifLoaderChanged
(TLcdDAFIFLoaderEvent aDAFIFLoaderEvent) Signals that a model has been added to or removed from the DAFIF loader.
-
Method Details
-
dafifLoaderChanged
Signals that a model has been added to or removed from the DAFIF loader.- Parameters:
aDAFIFLoaderEvent
- The event object.
-