Interface SPCConfigCheckListener
-
- All Implemented Interfaces:
public interface SPCConfigCheckListenerConfig check-listener executed during the checking of a given server pack configuration.
Griefed
-
-
Method Summary
Modifier and Type Method Description abstract Unitrun(PackConfig packConfig, ConfigCheck configCheck)Run the given listener with a config and a config check object. -
-
Method Detail
-
run
abstract Unit run(PackConfig packConfig, ConfigCheck configCheck)
Run the given listener with a config and a config check object.
- Parameters:
packConfig- A pack config from which a server pack can be generated.configCheck- Config check object holding check results.
-
-
-
-