@Dependent public class TaskLogsPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskLogsPresenter.TaskLogsView |
| Constructor and Description |
|---|
TaskLogsPresenter(TaskLogsPresenter.TaskLogsView view,
org.jboss.errai.common.client.api.Caller<TaskService> taskService) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.IsWidget |
getView() |
void |
init() |
void |
onTaskRefreshedEvent(TaskRefreshedEvent event) |
void |
onTaskSelectionEvent(TaskSelectionEvent event) |
void |
refreshLogs() |
@Inject public TaskLogsPresenter(TaskLogsPresenter.TaskLogsView view, org.jboss.errai.common.client.api.Caller<TaskService> taskService)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.IsWidget getView()
public void refreshLogs()
public void onTaskSelectionEvent(@Observes
TaskSelectionEvent event)
public void onTaskRefreshedEvent(@Observes
TaskRefreshedEvent event)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.