Errai 3.0.1-SNAPSHOT

org.jboss.errai.databinding.client.api
Interface PropertyChangeHandler<T>

All Known Implementing Classes:
StyleBindingChangeHandler

public interface PropertyChangeHandler<T>

A PropertyChangeEvent gets dispatched when any property of a bound bean is changed.

Author:
David Cracauer

Method Summary
 void onPropertyChange(PropertyChangeEvent<T> event)
          Called when PropertyChangeEvent is dispatched.
 

Method Detail

onPropertyChange

void onPropertyChange(PropertyChangeEvent<T> event)
Called when PropertyChangeEvent is dispatched.

Parameters:
event - the PropertyChangeEvent that was dispatched.

Errai 3.0.1-SNAPSHOT

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