de.rowa.posps.client.connection
Interface OperationInvocationListener

All Known Implementing Classes:
ConnectionProtocolPanel, OperationInvocationTableModel

public interface OperationInvocationListener

Listener for additions to the list of operation invocations of a posps connection protocol.

Author:
Michael Koch
See Also:
ConnectionProtocol

Method Summary
 void operationInvoked(ConnectionProtocol connectionProtocol, OperationInvocation operationInvocation)
          Called after an operation has been added to the log of a ConnectionProtocol.
 

Method Detail

operationInvoked

void operationInvoked(ConnectionProtocol connectionProtocol,
                      OperationInvocation operationInvocation)
Called after an operation has been added to the log of a ConnectionProtocol.

Parameters:
connectionProtocol - The connection protocol to which this operation data has been added.
operationInvocation - Data of the operation invocation which has been added.


Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.