|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.event.IndexEventMulticaster
A class that multicast IndexEvents to the relvant listenters. Usage based on javax.swing.event.EventListenerList.
EventListenerList
Constructor Summary | |
IndexEventMulticaster()
Create a an IndexEventMulticaster. |
Method Summary | |
void |
addAccessEventListener(IndexAccessEventListener l)
Add a IndexAccessEventListener. |
void |
addAddEventListener(IndexAddEventListener l)
Add a IndexAddEventListener. |
void |
addPrimaryEventListener(IndexPrimaryEventListener l)
Add a IndexPrimaryEventListener. |
void |
fireAccessEvent(IndexEvent indexEvent)
Notify all listeners that have registered interest for notification on Access events. |
void |
fireAddEvent(IndexEvent indexEvent)
Notify all listeners that have registered interest for notification on Add events. |
void |
firePrimaryEvent(IndexEvent indexEvent)
Notify all listeners that have registered interest for notification on Primary events. |
java.lang.Object[] |
getAccessEventListeners()
List all IndexAccessEventListeners. |
java.lang.Object[] |
getAddEventListeners()
List all IndexAddEventListeners. |
java.lang.Object[] |
getPrimaryEventListeners()
List all IndexPrimaryEventListeners. |
void |
removeAccessEventListener(IndexAccessEventListener l)
Remove a IndexAccessEventListener. |
void |
removeAddEventListener(IndexAddEventListener l)
Remove a IndexAddEventListener. |
void |
removePrimaryEventListener(IndexPrimaryEventListener l)
Remove a IndexPrimaryEventListener. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndexEventMulticaster()
Method Detail |
public void addPrimaryEventListener(IndexPrimaryEventListener l)
addPrimaryEventListener
in interface IndexEventGenerator
public void removePrimaryEventListener(IndexPrimaryEventListener l)
removePrimaryEventListener
in interface IndexEventGenerator
public java.lang.Object[] getPrimaryEventListeners()
public void firePrimaryEvent(IndexEvent indexEvent)
public void addAddEventListener(IndexAddEventListener l)
addAddEventListener
in interface IndexEventGenerator
public void removeAddEventListener(IndexAddEventListener l)
removeAddEventListener
in interface IndexEventGenerator
public java.lang.Object[] getAddEventListeners()
public void fireAddEvent(IndexEvent indexEvent)
public void addAccessEventListener(IndexAccessEventListener l)
addAccessEventListener
in interface IndexEventGenerator
public void removeAccessEventListener(IndexAccessEventListener l)
removeAccessEventListener
in interface IndexEventGenerator
public java.lang.Object[] getAccessEventListeners()
public void fireAccessEvent(IndexEvent indexEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |