@Dependent public class StateChangeImpl<T> extends LifecycleEventImpl<T> implements StateChange<T>
Constructor and Description |
---|
StateChangeImpl() |
StateChangeImpl(Set<String> changedFieldNames) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getChangedFieldNames() |
Class<?> |
getEventType()
This must return the interface of the event it represents (i.e.
|
void |
setChangedFieldNames(Set<String> changedFieldNames)
This must be set before the event is fired.
|
fireAsync, fireAsync, getInstance, veto
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fireAsync, fireAsync, getInstance, veto
public Set<String> getChangedFieldNames()
getChangedFieldNames
in interface StateChange<T>
public Class<?> getEventType()
LifecycleEventImpl
Access
rather than AccessImpl
).getEventType
in class LifecycleEventImpl<T>
public void setChangedFieldNames(Set<String> changedFieldNames)
StateChange
setChangedFieldNames
in interface StateChange<T>
changedFieldNames
- The set of names of fields whose values changed.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.