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