Uses of Interface
org.hcjf.io.net.broadcast.BroadcastConsumer
-
Packages that use BroadcastConsumer Package Description org.hcjf.cloud.impl.network org.hcjf.io.net.broadcast -
-
Uses of BroadcastConsumer in org.hcjf.cloud.impl.network
Classes in org.hcjf.cloud.impl.network that implement BroadcastConsumer Modifier and Type Class Description classCloudBroadcastConsumer -
Uses of BroadcastConsumer in org.hcjf.io.net.broadcast
Methods in org.hcjf.io.net.broadcast with parameters of type BroadcastConsumer Modifier and Type Method Description voidBroadcastService. registerConsumer(BroadcastConsumer consumer)Register a consumer into the the service.voidBroadcastService. unregisterConsumer(BroadcastConsumer consumer)Unregister a consumer of the service.
-