|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Observer
Object is the Object Interface in the Observer Designpattern. In this case it's used to Observe Upper and Lower Network Layers
| Method Summary | |
|---|---|
void |
getDownEvent(PacketArrivedEventDown event)
Receives a PacketEventArrived from above. |
void |
getUpEvent(PacketArrivedEventUp event)
Receives a PacketEventArrived from below. |
| Method Detail |
|---|
void getUpEvent(PacketArrivedEventUp event)
event - a PacketEventArrived to be receivedvoid getDownEvent(PacketArrivedEventDown event)
event - a PacketEventArrived to be received
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||