Uses of Class
org.idempiere.broadcast.BroadCastMsg
Packages that use BroadCastMsg
Package
Description
Provide interface and classes for handling of UI and model event
Provide interface and classes for message broadcasting service
-
Uses of BroadCastMsg in org.adempiere.webui.event
Methods in org.adempiere.webui.event with parameters of type BroadCastMsgModifier and TypeMethodDescriptionvoid
ZKBroadCastManager.onMessage
(BroadCastMsg message) MessageService event -
Uses of BroadCastMsg in org.idempiere.broadcast
Methods in org.idempiere.broadcast with parameters of type BroadCastMsgModifier and TypeMethodDescriptionstatic boolean
BroadCastUtil.publish
(BroadCastMsg msg) Publish message toIMessageService
with topicBroadCastUtil.TOPIC_BROADCAST_MESSAGE
.static void
BroadcastMsgUtil.pushToQueue
(BroadCastMsg msg, boolean isLocalOnly) Publish message using message service or using OSGi event service.Method parameters in org.idempiere.broadcast with type arguments of type BroadCastMsgModifier and TypeMethodDescriptionstatic void
BroadCastUtil.subscribe
(ITopicSubscriber<BroadCastMsg> subscriber) Add message subscriberstatic void
BroadCastUtil.unSubscribe
(ITopicSubscriber<BroadCastMsg> subscriber) Remove message subsriber