|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChildEntitiesEvent<T extends ChildEntitiesEvent<?>>
This interface is implemented by events that contain a collection of child entity views in addition to the sender entity view.
Method Summary | |
---|---|
T |
copy(EntityView ev,
Collection<? extends EntityView> entities)
This is a variant of EntityEvent.copy(EntityView) that sets the
given entity view as sender and the collection of entity views as child
entities. |
Collection<EntityView> |
getChildEntities()
Get the collection of child entities that were affected by this event. |
Methods inherited from interface org.entityfs.event.EntityEvent |
---|
copy, getSender |
Method Detail |
---|
Collection<EntityView> getChildEntities()
null
.T copy(EntityView ev, Collection<? extends EntityView> entities)
EntityEvent.copy(EntityView)
that sets the
given entity view as sender and the collection of entity views as child
entities.
ev
- The senderentities
- The child entities.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |