Uses of Class
org.caleigo.core.event.SelectionEvent

Packages that use SelectionEvent
org.caleigo.core   
org.caleigo.core.event   
 

Uses of SelectionEvent in org.caleigo.core
 

Methods in org.caleigo.core with parameters of type SelectionEvent
 void ProxySelection.RelayListener.entityRemoved(SelectionEvent event)
           
 void ProxySelection.RelayListener.entityAdded(SelectionEvent event)
           
 void ProxySelection.RelayListener.contentsChanged(SelectionEvent event)
           
 void ProxyEntity.ControlledProxyListener.contentsChanged(SelectionEvent event)
           
 void ProxyEntity.ControlledProxyListener.entityAdded(SelectionEvent event)
           
 void ProxyEntity.ControlledProxyListener.entityRemoved(SelectionEvent event)
           
 void OrderedProxySelection.OrderedRelayListener.entityRemoved(SelectionEvent event)
           
 void OrderedProxySelection.OrderedRelayListener.entityAdded(SelectionEvent event)
           
 void OrderedProxySelection.OrderedRelayListener.contentsChanged(SelectionEvent event)
           
 void FilteredProxySelection.FilterRelayListener.entityRemoved(SelectionEvent event)
           
 void FilteredProxySelection.FilterRelayListener.entityAdded(SelectionEvent event)
           
 void FilteredProxySelection.FilterRelayListener.contentsChanged(SelectionEvent event)
           
 

Uses of SelectionEvent in org.caleigo.core.event
 

Methods in org.caleigo.core.event with parameters of type SelectionEvent
 void ISelectionListener.contentsChanged(SelectionEvent event)
          Called when an unspecified change of the content or order of the entities in the observed ISelection object has occured.
 void ISelectionListener.entityAdded(SelectionEvent event)
          Call when a single entity in the observed ISelection object has been added.
 void ISelectionListener.entityRemoved(SelectionEvent event)
          Call when a single entity in the observed ISelection object has been removed.
 void CELEventMulticaster.contentsChanged(SelectionEvent event)
          Called when an unspecified change of the content or order of the entities in the observed ISelection object has occured.
 void CELEventMulticaster.entityAdded(SelectionEvent event)
          Call when a single entity in the observed ISelection object has been added.
 void CELEventMulticaster.entityRemoved(SelectionEvent event)
          Call when a single entity in the observed ISelection object has been removed.
 



Copyright © 2005 Caleigo. All Rights Reserved.