public abstract class ThreadTableView extends BasicView
Modifier and Type | Class and Description |
---|---|
static class |
ThreadTableView.ThreadSelectionAction |
BasicView.Action
Modifier and Type | Field and Description |
---|---|
protected ActionNotifier<ThreadTableView.ThreadSelectionAction> |
threadTableNotifier |
Constructor and Description |
---|
ThreadTableView() |
Modifier and Type | Method and Description |
---|---|
void |
addThreadSelectionActionListener(ActionListener<ThreadTableView.ThreadSelectionAction> listener) |
abstract void |
display(List<ThreadTableBean> arrayList) |
void |
removeThreadSelectionActionListener(ActionListener<ThreadTableView.ThreadSelectionAction> listener) |
addActionListener, notify, removeActionListener
protected final ActionNotifier<ThreadTableView.ThreadSelectionAction> threadTableNotifier
public void addThreadSelectionActionListener(ActionListener<ThreadTableView.ThreadSelectionAction> listener)
public void removeThreadSelectionActionListener(ActionListener<ThreadTableView.ThreadSelectionAction> listener)
public abstract void display(List<ThreadTableBean> arrayList)
Copyright © 2013. All Rights Reserved.