org.jppf.server.protocol
Interface LocationEventListener

All Superinterfaces:
EventListener

public interface LocationEventListener
extends EventListener

Listener for events occurring with Location objects.

Author:
Laurent Cohen

Method Summary
 void dataTransferred(LocationEvent event)
          Invoked when a data transfer has occurred between the location pointed to by the event and another location.
 

Method Detail

dataTransferred

void dataTransferred(LocationEvent event)
Invoked when a data transfer has occurred between the location pointed to by the event and another location.

Parameters:
event - - a representation of the event that occurred.


Copyright © 2005-2010 JPPF Team.