Interface MappingUpdatedListener


  • public interface MappingUpdatedListener
    Interface allows any component to register for events of newly added mappings.
    • Method Detail

      • mappingUpdated

        void mappingUpdated​(byte platformId,
                            int typeId,
                            String className)
        Parameters:
        platformId - Id of platform new mapping was added for.
        typeId - Id of type new mapping was added for.
        className - Name of mapped class.