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