i3.dragos.core.services.transactions
Interface TransactionListener

All Superinterfaces:
java.util.EventListener

public interface TransactionListener
extends java.util.EventListener

The TransactionListener is implemented by classes that want to receive TransactionEvents.

Author:
Thorsten Hermes <thermes@i3.informatik.rwth-aachen.de>

Method Summary
 void transactionEventOccured(TransactionEvent e)
          Called whenever a TransactionEvent occurs.
 

Method Detail

transactionEventOccured

void transactionEventOccured(TransactionEvent e)
                             throws DragosException
Called whenever a TransactionEvent occurs. The type of transaction event can be determined using DragosEvent.getEventType()

Parameters:
e - The TransactionEvent.
Throws:
DragosException - in case of errors.


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.