Interface ForkedProcessPropertyEventListener
-
- All Known Implementing Classes:
ForkClient.SystemPropertiesListener
public interface ForkedProcessPropertyEventListener
- Since:
- 3.0.0-M4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(RunMode runMode, java.lang.String key, java.lang.String value)
-
-
-
Method Detail
-
handle
void handle(RunMode runMode, java.lang.String key, java.lang.String value)
-
-