Add a comment to the EventListenerInvoker class.

This commit is contained in:
Mike Hearn 2012-02-02 14:48:23 +01:00
parent 1a4acc18be
commit cf76cf064f

View File

@ -20,7 +20,7 @@ import java.util.List;
/**
* A utility class that makes it easier to run lists of event listeners that are allowed to
* delete themselves during their execution.
* delete themselves during their execution. Event listeners are locked during execution. <p>
*
* Use like this:<p>
*