org.oreodata.transaction
Interface TransactionScreener

All Superinterfaces:
DataListener, java.util.EventListener

public interface TransactionScreener
extends DataListener

A subinterface of DataListener that allows the implementing object to prescreen transactions.


Method Summary
 void screenTransaction(Transaction txn)
           
 
Methods inherited from interface org.oreodata.DataListener
handleEvent, init
 

Method Detail

screenTransaction

public void screenTransaction(Transaction txn)
                       throws TransactionVetoException
TransactionVetoException