|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.caleigo.core.event.CELEventMulticaster
The CELEventMulticaster uses a variation of the multi caster design used in java.awt package by the AWTEventMulticaster.
Method Summary | |
static ICELEventListener |
add(ICELEventListener listener1,
ICELEventListener listener2)
|
void |
contentChanged(QualifierEvent event)
Called whenever the content of a qualifier has changed. |
void |
contentsChanged(SelectionEvent event)
Called when an unspecified change of the content or order of the entities in the observed ISelection object has occured. |
void |
dataChanged(EntityChangeEvent event)
|
void |
deletePerformed(EntityEvent event)
|
void |
entityAdded(SelectionEvent event)
Call when a single entity in the observed ISelection object has been added. |
void |
entityRemoved(SelectionEvent event)
Call when a single entity in the observed ISelection object has been removed. |
void |
refreshPerformed(EntityEvent event)
|
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. |
static ICELEventListener |
remove(ICELEventListener existing,
ICELEventListener toBeRemoved)
|
void |
statusChanged(EntityChangeEvent event)
|
void |
storePerformed(EntityEvent event)
|
void |
structureChanged(QualifierEvent event)
Called whenever the structure of a qualifier has changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ICELEventListener add(ICELEventListener listener1, ICELEventListener listener2)
public static ICELEventListener remove(ICELEventListener existing, ICELEventListener toBeRemoved)
public void storePerformed(EntityEvent event)
storePerformed
in interface IEntityListener
public void deletePerformed(EntityEvent event)
deletePerformed
in interface IEntityListener
public void refreshPerformed(EntityEvent event)
refreshPerformed
in interface IEntityListener
public void dataChanged(EntityChangeEvent event)
dataChanged
in interface IEntityChangeListener
public void statusChanged(EntityChangeEvent event)
statusChanged
in interface IEntityChangeListener
public void contentsChanged(SelectionEvent event)
contentsChanged
in interface ISelectionListener
public void entityAdded(SelectionEvent event)
entityAdded
in interface ISelectionListener
public void entityRemoved(SelectionEvent event)
entityRemoved
in interface ISelectionListener
public void structureChanged(QualifierEvent event)
structureChanged
in interface IQualifierListener
public void contentChanged(QualifierEvent event)
contentChanged
in interface IQualifierListener
public void remoteChanged(ProxyEvent event)
remoteChanged
in interface IProxyListener
public void remoteExpanded(ProxyEvent event)
remoteExpanded
in interface IProxyListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |