Class ImageChannelHandler
java.lang.Object
org.openhab.core.thing.binding.generic.converter.ImageChannelHandler
- All Implemented Interfaces:
ChannelHandler
The
ImageChannelHandler
implements ImageItem
conversions- Author:
- Jan N. Klug - Initial contribution
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openhab.core.thing.binding.generic.ChannelHandler
ChannelHandler.Factory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(@Nullable ChannelHandlerContent content) called to process a given content for this channelvoid
called to send a command to this channel
-
Constructor Details
-
ImageChannelHandler
-
-
Method Details
-
process
Description copied from interface:ChannelHandler
called to process a given content for this channel- Specified by:
process
in interfaceChannelHandler
- Parameters:
content
- raw content to process (null
results inUnDefType.UNDEF
)
-
send
Description copied from interface:ChannelHandler
called to send a command to this channel- Specified by:
send
in interfaceChannelHandler
-