public interface GObserver
Modifier and Type | Method and Description |
---|---|
void |
notify(Object observable,
Object... args)
Method invoked by the GOberverList when an observable has changed, and invoked the method
GOberverList.notifyObservers.
|
Copyright © 2024. All rights reserved.