public abstract class EventListener extends Object implements Observer
| Constructor and Description |
|---|
EventListener() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
onEvent(Event event)
Triggered when an event is received.
|
void |
update(Observable o,
Object arg) |
public void update(Observable o, Object arg)
protected abstract void onEvent(Event event)
event - Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.