|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.event.IndexEventMulticaster
public class 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. |
boolean |
hasAccessEventListeners()
Are there any Access Event Listeners |
boolean |
hasAddEventListeners()
Are there any Add Event Listeners |
boolean |
hasPrimaryEventListeners()
Are there any Primary Event Listeners |
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 IndexEventGeneratorpublic void removePrimaryEventListener(IndexPrimaryEventListener l)
removePrimaryEventListener in interface IndexEventGeneratorpublic java.lang.Object[] getPrimaryEventListeners()
public boolean hasPrimaryEventListeners()
public void firePrimaryEvent(IndexEvent indexEvent)
public void addAddEventListener(IndexAddEventListener l)
addAddEventListener in interface IndexEventGeneratorpublic void removeAddEventListener(IndexAddEventListener l)
removeAddEventListener in interface IndexEventGeneratorpublic java.lang.Object[] getAddEventListeners()
public boolean hasAddEventListeners()
public void fireAddEvent(IndexEvent indexEvent)
public void addAccessEventListener(IndexAccessEventListener l)
addAccessEventListener in interface IndexEventGeneratorpublic void removeAccessEventListener(IndexAccessEventListener l)
removeAccessEventListener in interface IndexEventGeneratorpublic java.lang.Object[] getAccessEventListeners()
public boolean hasAccessEventListeners()
public void fireAccessEvent(IndexEvent indexEvent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||