public abstract class BasicView extends Object implements View
View
with support for notifying listeners on visibility
changes.Modifier and Type | Class and Description |
---|---|
static class |
BasicView.Action |
Modifier and Type | Field and Description |
---|---|
protected ActionNotifier<BasicView.Action> |
notifier |
Modifier | Constructor and Description |
---|---|
protected |
BasicView() |
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener<BasicView.Action> listener) |
protected void |
notify(BasicView.Action action) |
void |
removeActionListener(ActionListener<BasicView.Action> listener) |
protected final ActionNotifier<BasicView.Action> notifier
public void addActionListener(ActionListener<BasicView.Action> listener)
public void removeActionListener(ActionListener<BasicView.Action> listener)
protected void notify(BasicView.Action action)
Copyright © 2018. All rights reserved.