Guvnor - Message Console Client 6.2.0.Beta3

org.guvnor.messageconsole.client.console
Class MessageConsoleService

java.lang.Object
  extended by org.guvnor.messageconsole.client.console.MessageConsoleService

@ApplicationScoped
public class MessageConsoleService
extends Object

Service for Message Console, the Console is a screen that shows compile time errors. This listens to Messages and if the Console is not open it opens it.


Constructor Summary
MessageConsoleService()
           
 
Method Summary
 void addDataDisplay(com.google.gwt.view.client.HasData<MessageConsoleServiceRow> display)
           
 void onPerspectiveChange(org.uberfire.client.workbench.events.PerspectiveChange perspectiveChange)
           
 void publishBatchMessages(PublishBatchMessagesEvent publishBatchEvent)
           
 void publishMessages(PublishMessagesEvent publishEvent)
           
 void unpublishMessages(UnpublishMessagesEvent unpublishEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageConsoleService

public MessageConsoleService()
Method Detail

publishMessages

public void publishMessages(@Observes
                            PublishMessagesEvent publishEvent)

unpublishMessages

public void unpublishMessages(@Observes
                              UnpublishMessagesEvent unpublishEvent)

publishBatchMessages

public void publishBatchMessages(@Observes
                                 PublishBatchMessagesEvent publishBatchEvent)

addDataDisplay

public void addDataDisplay(com.google.gwt.view.client.HasData<MessageConsoleServiceRow> display)

onPerspectiveChange

public void onPerspectiveChange(@Observes
                                org.uberfire.client.workbench.events.PerspectiveChange perspectiveChange)

Guvnor - Message Console Client 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.