- All Implemented Interfaces:
IObserver
Deals with all events related to the scene.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SceneObserver
public SceneObserver()
-
Method Details
-
notify
Event notification call.
- Specified by:
notify
in interface IObserver
- Parameters:
event
- The event type.
source
- The source object, if any.
data
- The data associated with this event.