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
Modifier and TypeMethodDescriptionvoid
onProxyChange
(EntityProxyChange<P> event) Called when anEntityProxyChange
event is fired.
-
Method Details