Class DialogMessageBus

java.lang.Object
org.eclnt.jsfserver.messages.DialogMessageBus

public class DialogMessageBus extends Object
Messaging within one session. The messages are any objects that are published by publishMessage(Object) to listeners implementing IDialogMessageBusListener.

Used for informing different areas on the screen about events - without requiring a drill down of the events from the parent area to the child areas.