WikiEventListener defines an interface for an object that listens for WikiEvents.

The interface has only one method, similar to the signature of java.awt.event.ActionListener:

   /**
     * Fired when a WikiEvent is triggered by an event source.
     *
     * @param event    a WikiEvent object
     */
    public void actionPerformed( WikiEvent event );

See also: WikiEvent, WikiEventManager

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
« This page (revision-1) was last changed on 18-Jul-2007 03:39 by MurrayAltheim