|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.event.IndexAccessEventGenerator
public class IndexAccessEventGenerator
A base class for classes that wish to multicast IndexAccessEvents to the relvant listenters.
| Constructor Summary | |
|---|---|
IndexAccessEventGenerator()
|
|
| Method Summary | |
|---|---|
void |
addAccessEventListener(IndexAccessEventListener l)
Add a IndexAccessEventListener. |
void |
fireAccessEvent(IndexEvent indexEvent)
Notify all listeners that have registered interest for notification on Add events. |
java.lang.Object[] |
getAccessEventListeners()
List all IndexAccessEventListeners. |
boolean |
hasAccessEventListeners()
Are there any Add Event Listeners |
void |
removeAccessEventListener(IndexAccessEventListener l)
Remove a IndexAccessEventListener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexAccessEventGenerator()
| Method Detail |
|---|
public void addAccessEventListener(IndexAccessEventListener l)
public void removeAccessEventListener(IndexAccessEventListener l)
public 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 | ||||||||