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 TypeMethodDescriptionvoidZKBroadCastManager.onMessage(BroadCastMsg message) MessageService event -
Uses of BroadCastMsg in org.idempiere.broadcast
Methods in org.idempiere.broadcast with parameters of type BroadCastMsgModifier and TypeMethodDescriptionstatic booleanBroadCastUtil.publish(BroadCastMsg msg) Publish message toIMessageServicewith topicBroadCastUtil.TOPIC_BROADCAST_MESSAGE.static voidBroadcastMsgUtil.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 voidBroadCastUtil.subscribe(ITopicSubscriber<BroadCastMsg> subscriber) Add message subscriberstatic voidBroadCastUtil.unSubscribe(ITopicSubscriber<BroadCastMsg> subscriber) Remove message subsriber