|
|||||||||||
| 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 IEntityListenerpublic void deletePerformed(EntityEvent event)
deletePerformed in interface IEntityListenerpublic void refreshPerformed(EntityEvent event)
refreshPerformed in interface IEntityListenerpublic void dataChanged(EntityChangeEvent event)
dataChanged in interface IEntityChangeListenerpublic void statusChanged(EntityChangeEvent event)
statusChanged in interface IEntityChangeListenerpublic void contentsChanged(SelectionEvent event)
contentsChanged in interface ISelectionListenerpublic void entityAdded(SelectionEvent event)
entityAdded in interface ISelectionListenerpublic void entityRemoved(SelectionEvent event)
entityRemoved in interface ISelectionListenerpublic void structureChanged(QualifierEvent event)
structureChanged in interface IQualifierListenerpublic void contentChanged(QualifierEvent event)
contentChanged in interface IQualifierListenerpublic void remoteChanged(ProxyEvent event)
remoteChanged in interface IProxyListenerpublic void remoteExpanded(ProxyEvent event)
remoteExpanded in interface IProxyListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||