JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
JBoss Threads 2.5.0
org.jboss.threads
EventListener
Contents
Description
Method Summary
Method Details
handleEvent(A)
Hide sidebar
Show sidebar
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handleEvent
(
A
attachment)
Handle the event.
Method Details
handleEvent
void
handleEvent
(
A
attachment)
Handle the event.
Parameters:
attachment
- the attachment