Interface RegistryHandler
-
- All Implemented Interfaces:
public interface RegistryHandler
Implement this interface to detect when something is registered or unregistered in a PylonRegistry
-
-
Method Summary
Modifier and Type Method Description Unit
onRegister(PylonRegistry<?> registry)
Unit
onUnregister(PylonRegistry<?> registry)
-
-
Method Detail
-
onRegister
Unit onRegister(PylonRegistry<?> registry)
-
onUnregister
Unit onUnregister(PylonRegistry<?> registry)
-
-
-
-