org.openuat.util
Interface ifListener

All Superinterfaces:
java.lang.Runnable
All Known Subinterfaces:
ifPair
All Known Implementing Classes:
App2tgdh, appPair2Stub, appPairStub, appStub, Pair

public interface ifListener
extends java.lang.Runnable

Author:
Christoph Egger, Martijn Sack, Lukas Wallentin, Andreas Weiner, Extends Runnable interface, as implementations MUST run as threads

Method Summary
 void handleStringEvent(java.lang.String _data, boolean _success)
          Wakes up the sleeping Thread as it got a String-message
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

handleStringEvent

void handleStringEvent(java.lang.String _data,
                       boolean _success)
Wakes up the sleeping Thread as it got a String-message

Parameters:
_data - received data
_success - tells if there was success or not


2005-2009, Rene Mayrhofer.