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 Type
    Method
    Description
    void
    Signals that a model has been added to or removed from the DAFIF loader.
  • Method Details

    • dafifLoaderChanged

      void dafifLoaderChanged(TLcdDAFIFLoaderEvent aDAFIFLoaderEvent)
      Signals that a model has been added to or removed from the DAFIF loader.
      Parameters:
      aDAFIFLoaderEvent - The event object.