public static class PostsCollectionRemovedFromEventFacet.Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static <S,T> org.apache.isis.applib.services.eventbus.CollectionRemovedFromEvent<S,T> |
newEvent(Class<? extends org.apache.isis.applib.services.eventbus.CollectionRemovedFromEvent<S,T>> type,
S source,
org.apache.isis.applib.Identifier identifier,
T value) |
public static <S,T> org.apache.isis.applib.services.eventbus.CollectionRemovedFromEvent<S,T> newEvent(Class<? extends org.apache.isis.applib.services.eventbus.CollectionRemovedFromEvent<S,T>> type, S source, org.apache.isis.applib.Identifier identifier, T value) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.