p2ps.endpoint
Interface EndpointMessageListener

All Known Implementing Classes:
AbstractEndpointResolver, BidirectionalPipeImp, GroupServiceImp, InitConnectionManager, InputPipeImp, RendezvousConnection, RendezvousConnectionManager, TCPInputEndpoint

public interface EndpointMessageListener

An interface implemented by classes that receive data messages

Version:
$Revision: 295 $
Author:
Ian Wang

Method Summary
 void dataMessageReceived(DataMessageEvent event)
          Called when the endpoint receives a data message
 

Method Detail

dataMessageReceived

public void dataMessageReceived(DataMessageEvent event)
Called when the endpoint receives a data message