com.iternum.swlink
Interface EndpointObserver
- All Known Subinterfaces:
- Link, TwowayLink
- All Known Implementing Classes:
- DefaultLink, DefaultTwowayLink
- public interface EndpointObserver
Interface to observer changes of link
endpoints.
An interface used by an endpoint proxy to
notify its listeners of changes in the
proxied value.
- Author:
- Karl Banke
targetChanged
public void targetChanged(java.lang.Object pObject)
- Parameters:
pObject - - The new value of the proxied object
sourceChanged
public void sourceChanged(java.lang.Object pObject)
- Parameters:
pObject - - The new value of the proxied object