net.sf.urlchecker.events
Interface ChainListener

Package class diagram package ChainListener
All Superinterfaces:
EventListener

public interface ChainListener
extends EventListener

This interface allows Listeners on events during the life of a chain of commands. By implementing this interface a class can listen to events occurring during the processing of the context by any command that fires these events. The listener then needs to be added to the command by the relevant interface method.

$Id: ChainListener.java 182 2010-12-13 22:51:53Z georgosn $

Version:
$LastChangedRevision: 182 $
Author:
$LastChangedBy: georgosn $

Method Summary
 void fireEvent(ChainEvent event)
          Fire event.
 

Method Detail

fireEvent

void fireEvent(ChainEvent event)
Fire event.

Parameters:
event - the event


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.