@ApplicationScoped public class MessageConsoleScreen extends Object implements RefreshMenuBuilder.SupportsRefresh
Constructor and Description |
---|
MessageConsoleScreen() |
MessageConsoleScreen(org.jboss.errai.common.client.api.Caller<BuildService> buildService,
javax.enterprise.event.Event<PublishBatchMessagesEvent> publishBatchMessagesEvent,
MessageConsoleViewImpl view,
javax.enterprise.event.Event<NotificationEvent> workbenchNotification) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
copyMessages() |
Position |
getDefaultPosition() |
void |
getMenus(Consumer<Menus> menusConsumer) |
String |
getTitle() |
void |
onFilteredMessagesEvent(FilteredMessagesEvent filteredMessagesEvent) |
void |
onRefresh() |
void |
selectedProjectChanged(WorkspaceProjectContextChangeEvent event) |
public static final String ALERTS
public MessageConsoleScreen()
@Inject public MessageConsoleScreen(org.jboss.errai.common.client.api.Caller<BuildService> buildService, javax.enterprise.event.Event<PublishBatchMessagesEvent> publishBatchMessagesEvent, MessageConsoleViewImpl view, javax.enterprise.event.Event<NotificationEvent> workbenchNotification)
public void onFilteredMessagesEvent(@Observes FilteredMessagesEvent filteredMessagesEvent)
public void onRefresh()
onRefresh
in interface RefreshMenuBuilder.SupportsRefresh
public void copyMessages()
public void selectedProjectChanged(@Observes WorkspaceProjectContextChangeEvent event)
public Position getDefaultPosition()
public String getTitle()
public com.google.gwt.user.client.ui.Widget asWidget()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.