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 void
onProxyChange(EntityProxyChange<P> event)
Called when anEntityProxyChange
event is fired.
-
-
-
Method Detail
-
onProxyChange
void onProxyChange(EntityProxyChange<P> event)
Called when anEntityProxyChange
event is fired.- Parameters:
event
- anEntityProxyChange
instance
-
-