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