|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--JHPcte.PcteEventMulticaster
manage a list of listeners and forward notification events to them
| Field Summary | |
protected java.util.Vector |
listeners
|
| Constructor Summary | |
PcteEventMulticaster()
constructor |
|
| Method Summary | |
void |
addListener(PcteNotificationListener l)
add an event listener to the list |
void |
pcteNotify(PcteNotificationEvent e)
forward the event to all listeners |
void |
removeListener(PcteNotificationListener l)
remove an event listener |
int |
size()
return number of listeners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector listeners
| Constructor Detail |
public PcteEventMulticaster()
| Method Detail |
public void addListener(PcteNotificationListener l)
public void removeListener(PcteNotificationListener l)
public void pcteNotify(PcteNotificationEvent e)
pcteNotify in interface PcteNotificationListenerpublic int size()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||