EventHandlerpublic interface EventHandler implements EventListenerSource code from "Java Distributed Computing", by Jim Farley.
Class: EventHandler
Example: 6-14
Description: An abstraction of an event handler, with a polymorphic
handleEvent() method. |
|