Uses of Class
org.idempiere.broadcast.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
Modifier and TypeMethodDescriptionvoid
ZKBroadCastManager.onMessage
(BroadCastMsg message) MessageService event -
Uses of BroadCastMsg in org.idempiere.broadcast
Modifier 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.Modifier and TypeMethodDescriptionstatic void
BroadCastUtil.subscribe
(ITopicSubscriber<BroadCastMsg> subscriber) Add message subscriberstatic void
BroadCastUtil.unSubscribe
(ITopicSubscriber<BroadCastMsg> subscriber) Remove message subsriber