Interface MetaDataListener


public interface MetaDataListener
Listener for registering interest when metadata for a class is loaded.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method called when the metadata for the class is loaded (initialised).
  • Method Details

    • loaded

      void loaded(AbstractClassMetaData cmd)
      Method called when the metadata for the class is loaded (initialised).
      Parameters:
      cmd - Metadata for the class
      Throws:
      InvalidMetaDataException - if the metadata is not considered valid