org.xmloperator.lambda.net.util
Interface InteractionListener


public interface InteractionListener

Notifier of interactions.


Method Summary
 void notifyInteraction(int interactionReport)
          Notify the conclusion of an interaction.
 

Method Detail

notifyInteraction

public void notifyInteraction(int interactionReport)
Notify the conclusion of an interaction.

Parameters:
interactionReport - the report of the interaction : one of the Operator.INTERACTION_* constants.