Interface KebaKeContactCore
- All Known Implementing Classes:
KebaKeContactCoreImpl
public interface KebaKeContactCore
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onReceive
(BiConsumer<InetAddress, String> callback) Callback on receive of a message.
-
Method Details
-
onReceive
Callback on receive of a message. InetAddress is the address of the sending EVCS, String is the message.- Parameters:
callback
- Callback
-