public final class LogiEvent extends Object
| Constructor and Description |
|---|
LogiEvent(List<LogiEventBase> allEvents,
Map<Object,LogiEventInstanceChange> instanceEventMap) |
| Modifier and Type | Method and Description |
|---|---|
<T,V> boolean |
propertyChanged(T base,
PropertyMetaModel<T> pmm)
Return T if this event contains a property value change on the specified instance and property.
|
<T> boolean |
propertyChanged(T base,
String propertyName)
Return T if this event contains a property value change on the specified instance and property.
|
public LogiEvent(@Nonnull List<LogiEventBase> allEvents, @Nonnull Map<Object,LogiEventInstanceChange> instanceEventMap)
public <T> boolean propertyChanged(@Nonnull T base, @Nonnull String propertyName)
base - propertyName - public <T,V> boolean propertyChanged(@Nonnull T base, @Nonnull PropertyMetaModel<T> pmm)
base - pmm - Copyright © 2017 etc.to. All rights reserved.