public class Observers extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Observers.Observer |
| Constructor and Description |
|---|
Observers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addObserver(Object observer) |
void |
fireEvent(Object event) |
boolean |
removeObserver(Object listener) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.