org.jbpm.pvm.internal.util
Interface Listener
- All Known Implementing Classes:
- FilterListener, HibernateSessionFactoryDescriptor.SessionFactoryCloser, JobExecutorDescriptor.JobExecutorStopper, MethodInvokerListener
public interface Listener
listener to events that are produced by an Observable.
- Author:
- Tom Baeyens, Guillaume Porcher (documentation)
|
Method Summary |
void |
event(java.lang.Object source,
java.lang.String eventName,
java.lang.Object info)
is called by the Observable when an event is fired. |
event
void event(java.lang.Object source,
java.lang.String eventName,
java.lang.Object info)
- is called by the
Observable when an event is fired.
- Parameters:
source - Observable that fired the event.eventName - name of the event.info - more information about the fired event. See the concrete
observable docs for more information about what information is provided.
Copyright © 2010 JBoss Community. All Rights Reserved.