org.ijsberg.iglu.util.io
Interface Receiver

All Known Implementing Classes:
Forwarder, ReceiverQueue, StdIODialog, Transponder

public interface Receiver

Receives messages from some kind of medium.


Method Summary
 void onReceive(Object message)
          Is invoked in case a message is received.
 void onTransmissionClose()
          Is invoked in case the medium stops transmitting.
 

Method Detail

onReceive

void onReceive(Object message)
Is invoked in case a message is received.

Parameters:
message -

onTransmissionClose

void onTransmissionClose()
Is invoked in case the medium stops transmitting.



Copyright © 2011. All Rights Reserved.