EventOutObserver interface in EAI - I
To receive an eventOut notification,applet implements the EventOutObserver interface - implementing the callback method.
An instance of the eventoutobserver is passed to the advise() method of EventOut.
Whenever an event is generated,for that eventOut the callback() method is executed and passed the value and timestamp of the event.