org.caleigo.core.event
Interface IProxyListener

All Superinterfaces:
java.util.EventListener, ICELEventListener
All Known Implementing Classes:
CELEventMulticaster, ControlledProxyEntity.ControllListener, ControlledProxySelection.ControllListener, FilteredProxySelection.FilterQualifierListener, ProxySelection.RelayListener

public interface IProxyListener
extends ICELEventListener

The ProxyListener can be used to listen for changes in Proxy objects like EntityProxy, EntityCollectionProxy and QualifierProxy.

Version:
1.00
Author:
Dennis Zikovic

Method Summary
 void remoteChanged(ProxyEvent event)
          Called when the remote object that have changed been replaced by another object or been set to null.
 void remoteExpanded(ProxyEvent event)
          Called when the remote object that have changes state from a placeholder to an actual object.
 

Method Detail

remoteChanged

public void remoteChanged(ProxyEvent event)
Called when the remote object that have changed been replaced by another object or been set to null.


remoteExpanded

public void remoteExpanded(ProxyEvent event)
Called when the remote object that have changes state from a placeholder to an actual object.



Copyright © 2005 Caleigo. All Rights Reserved.