Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.client.lifecycle.api
Interface StateChange<T>

All Superinterfaces:
LifecycleEvent<T>
All Known Implementing Classes:
StateChangeImpl

public interface StateChange<T>
extends LifecycleEvent<T>

An event representing a change in a bean instances internal state.

Author:
Max Barkley

Method Summary
 Set<String> getChangedFieldNames()
           
 void setChangedFieldNames(Set<String> changedFieldNames)
          This must be set before the event is fired.
 
Methods inherited from interface org.jboss.errai.ioc.client.lifecycle.api.LifecycleEvent
fireAsync, fireAsync, getInstance, veto
 

Method Detail

getChangedFieldNames

Set<String> getChangedFieldNames()
Returns:
The set of names of fields whose values changed.

setChangedFieldNames

void setChangedFieldNames(Set<String> changedFieldNames)
This must be set before the event is fired.

Parameters:
changedFieldNames - The set of names of fields whose values changed.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.