org.ow2.orchestra.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)
event
void event(Object source,
String eventName,
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 © 2011 OW2 Consortium. All Rights Reserved.