JBoss Threads 2.0.0.GA

org.jboss.threads
Interface EventListener<A>

All Superinterfaces:
EventListener

public interface EventListener<A>
extends EventListener

An event listener which handles a single event and accepts an attachment of some type.

Author:
David M. Lloyd

Method Summary
 void handleEvent(A attachment)
          Handle the event.
 

Method Detail

handleEvent

void handleEvent(A attachment)
Handle the event.

Parameters:
attachment - the attachment

JBoss Threads 2.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.