FileDocCategorySizeDatePackage
EventHandler.javaAPI DocExample419Tue Jan 20 21:44:52 GMT 1998dcj.util.message

EventHandler

public interface EventHandler implements EventListener
Source 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.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleEvent(java.util.EventObject e)