org.guvnor.messageconsole.client.console
Class MessageConsoleService
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageConsoleService
public MessageConsoleService()
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)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.