Constructs a new instance of UnsolicitedNotificationEvent.paramsrc The non-null source that fired the event.paramnotice The non-null unsolicited notification. super(src); this.notice = notice;
super(src); this.notice = notice;
Invokes the notificationReceived() method on a listener using this event.paramlistener The non-null listener on which to invoke notificationReceived. listener.notificationReceived(this);
listener.notificationReceived(this);
Returns the unsolicited notification.returnThe non-null unsolicited notification that caused this event to be fired. return notice;
return notice;