Interface EntityProxyChange.Handler<P extends EntityProxy>
-
- Type Parameters:
P- the proxy type
- Enclosing class:
- EntityProxyChange<P extends EntityProxy>
public static interface EntityProxyChange.Handler<P extends EntityProxy>Implemented by methods that handle EntityProxyChange events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonProxyChange(EntityProxyChange<P> event)Called when anEntityProxyChangeevent is fired.
-
-
-
Method Detail
-
onProxyChange
void onProxyChange(EntityProxyChange<P> event)
Called when anEntityProxyChangeevent is fired.- Parameters:
event- anEntityProxyChangeinstance
-
-