%@ include file="../../ga4.jsp" %>
A.
Semantic events.
B.
Abstract events.
C.
Low-level events.
An event listener.
An event source.
An event adapter.
To receive event notifications from an event source, an object must:
Register itself as an event listener by calling an event registration method on the event source.
Implement the
Constantly query the event source to see if any events have occurred.
handleEvent()
Allow the registration and issue a warning.
Disallow the registration and throw an exception.
Allow the registration and throw an exception.
Which type of event delivery is more desirable in terms of Bean design?
Asynchronous event delivery.
Multicast event delivery.
Unicast event delivery.
Unicast Beans allow only one:
Event listener to be registered at any given time.
Event to be broadcast at a time.
Event listener interface to be used.
EventListener