Interface MappingUpdatedListener
-
public interface MappingUpdatedListenerInterface allows any component to register for events of newly added mappings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmappingUpdated(byte platformId, int typeId, String className)
-
-
-
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.
-
-