Project Editor Client 6.0.0.Beta2

org.kie.guvnor.projecteditor.client.messages
Class ProblemsService

java.lang.Object
  extended by org.kie.guvnor.projecteditor.client.messages.ProblemsService

@ApplicationScoped
public class ProblemsService
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
ProblemsService(ProblemsServiceView view, org.uberfire.client.mvp.PlaceManager placeManager, javax.enterprise.event.Event<org.uberfire.client.workbench.widgets.events.NotificationEvent> notificationEvent)
           
 
Method Summary
 void addBuildMessages(org.kie.guvnor.commons.service.builder.model.BuildResults results)
           
 void addDataDisplay(com.google.gwt.view.client.HasData<org.kie.guvnor.commons.service.builder.model.BuildMessage> display)
           
 void addIncrementalBuildMessages(org.kie.guvnor.commons.service.builder.model.IncrementalBuildResults results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProblemsService

@Inject
public ProblemsService(ProblemsServiceView view,
                              org.uberfire.client.mvp.PlaceManager placeManager,
                              javax.enterprise.event.Event<org.uberfire.client.workbench.widgets.events.NotificationEvent> notificationEvent)
Method Detail

addBuildMessages

public void addBuildMessages(@Observes
                             org.kie.guvnor.commons.service.builder.model.BuildResults results)

addIncrementalBuildMessages

public void addIncrementalBuildMessages(@Observes
                                        org.kie.guvnor.commons.service.builder.model.IncrementalBuildResults results)

addDataDisplay

public void addDataDisplay(com.google.gwt.view.client.HasData<org.kie.guvnor.commons.service.builder.model.BuildMessage> display)

Project Editor Client 6.0.0.Beta2

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