|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.appArch.EventSupport | +--com.objectwave.appArch.EventPool
Any events generated by any of the Producers will be passed on to all PresentationModel consumers. It will NOT send the same event twice. Remember - Sources will never recieve an event they generated!
Constructor Summary | |
EventPool()
|
Method Summary | |
void |
addPresentationModel(PresentationModelIF pm)
Add them to the event pool. |
void |
packetAvailable(DataAvailable evt)
A window model is a pool of PresentationModels. |
void |
packetAvailable(DataChanged evt)
|
void |
packetAvailable(DataRequest evt)
|
Methods inherited from class com.objectwave.appArch.EventSupport |
addConsumer, addPacketListener, addProducer, addPropertyChangeListener, fireDataAvailable, fireDataChanged, fireDataRequest, firePacket, firePropertyChange, propertyChange, removePacketListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.objectwave.appArch.PresentationModelIF |
addConsumer, addProducer |
Methods inherited from interface com.objectwave.event.PacketProducerIF |
addPacketListener, fireDataAvailable, fireDataChanged, fireDataRequest, firePacket, removePacketListener |
Constructor Detail |
public EventPool()
Method Detail |
public void addPresentationModel(PresentationModelIF pm)
addPresentationModel
in interface PresentationModelIF
public void packetAvailable(DataAvailable evt)
packetAvailable
in interface PacketListener
packetAvailable
in class EventSupport
public void packetAvailable(DataChanged evt)
packetAvailable
in interface PacketListener
packetAvailable
in class EventSupport
public void packetAvailable(DataRequest evt)
packetAvailable
in interface PacketListener
packetAvailable
in class EventSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |