org.beanfabrics.event
Interface FollowUpEvent

All Superinterfaces:
java.lang.Iterable<java.util.EventObject>
All Known Implementing Classes:
BnPropertyChangeEvent, ElementChangedEvent

public interface FollowUpEvent
extends java.lang.Iterable<java.util.EventObject>

An interface for an event that is fired because of another "triggering" event.


Method Summary
 java.util.EventObject getCause()
          Returns the triggering event.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getCause

java.util.EventObject getCause()
Returns the triggering event.

Returns:
the triggering event