public class AbstractController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Vector<ControllerEventListener> |
controllerListeners |
protected List<Chart> |
targets |
| Constructor and Description |
|---|
AbstractController() |
AbstractController(Chart chart) |
| Modifier and Type | Method and Description |
|---|---|
void |
addControllerEventListener(ControllerEventListener listener) |
protected Chart |
chart() |
void |
dispose() |
protected void |
fireControllerEvent(ControllerType type,
Object value) |
void |
register(Chart chart) |
void |
removeControllerEventListener(ControllerEventListener listener) |
void |
unregister(Chart chart) |
protected Vector<ControllerEventListener> controllerListeners
public AbstractController()
public AbstractController(Chart chart)
public void register(Chart chart)
public void unregister(Chart chart)
protected Chart chart()
public void dispose()
public void addControllerEventListener(ControllerEventListener listener)
public void removeControllerEventListener(ControllerEventListener listener)
protected void fireControllerEvent(ControllerType type, Object value)
Copyright © 2016. All rights reserved.