Interface MetaDataListener
public interface MetaDataListener
Listener for registering interest when metadata for a class is loaded.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethod called when the metadata for the class is loaded (initialised).
-
Method Details
-
loaded
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
-