ch.epfl.lsr.apex
Interface APEXEndpointProcess

All Superinterfaces:
APEXProcess

public interface APEXEndpointProcess
extends APEXProcess

The APEXEndpointProcess the interface for an APEX endpoint application and provides their properities for call-backs: every class registering as a endpoint application needs to implement this interface.

Author:
Marc Stoecklin

Method Summary
 void receiveData(APEXDataMessage message)
          Is called if an APEXDataMessage is incident in the APEXEndpointManager for this process.
 
Methods inherited from interface ch.epfl.lsr.apex.APEXProcess
debug, notification
 

Method Detail

receiveData

public void receiveData(APEXDataMessage message)
Is called if an APEXDataMessage is incident in the APEXEndpointManager for this process.

Parameters:
message - The received message