public class NFEModelObjectsEvent extends NFEModelEvent
| Constructor and Description |
|---|
NFEModelObjectsEvent(java.lang.Object source, java.util.Collection<T> modelObjects, java.lang.Class<T> modelObjectsClass)
Allocates a new model objects event object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends java.lang.Object> |
getModelObjects()
Gets all the model objects involved in the event
|
java.lang.Class<? extends java.lang.Object> |
getModelObjectsClass()
Gets the class of the model objects
|
getThreadId, getTimestamp, setThreadId, setTimestamp
public NFEModelObjectsEvent(java.lang.Object source,
java.util.Collection<T> modelObjects,
java.lang.Class<T> modelObjectsClass)
source - where the event was firedmodelObjects - a collection of model objects related to the eventmodelObjectsClass - the class of the event's model objectspublic java.util.Collection<? extends java.lang.Object> getModelObjects()
public java.lang.Class<? extends java.lang.Object> getModelObjectsClass()