Class SetPvLimitHandler
java.lang.Object
io.openems.edge.pvinverter.sunspec.SetPvLimitHandler
- All Implemented Interfaces:
ThrowingRunnable<OpenemsError.OpenemsNamedException>
public class SetPvLimitHandler
extends Object
implements ThrowingRunnable<OpenemsError.OpenemsNamedException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
When an object implementing interfaceRunnable
is used to create a thread, starting the thread causes the object'srun
method to be called in that separately executing thread.
-
Constructor Details
-
SetPvLimitHandler
-
-
Method Details
-
run
Description copied from interface:ThrowingRunnable
When an object implementing interfaceRunnable
is used to create a thread, starting the thread causes the object'srun
method to be called in that separately executing thread.The general contract of the method
run
is that it may take any action whatsoever.- Specified by:
run
in interfaceThrowingRunnable<OpenemsError.OpenemsNamedException>
- Throws:
OpenemsError.OpenemsNamedException
- See Also:
-