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