Extension SDK 10.1.3.36.73

oracle.javatools.parser.java.v2.write
Interface SourceTransactionListener


public interface SourceTransactionListener

Listens to state changes on a SourceTransaction.


Field Summary
static SourceTransactionListener[] EMPTY_ARRAY
           
 
Method Summary
 void changeUpdate(SourceTransaction transaction, SourceChange change)
          A source change has been executed.
 void closeUpdate(SourceTransaction transaction, boolean commit)
          This transaction has been closed.
 

Field Detail

EMPTY_ARRAY

public static final SourceTransactionListener[] EMPTY_ARRAY
Method Detail

changeUpdate

public void changeUpdate(SourceTransaction transaction,
                         SourceChange change)
A source change has been executed.

Parameters:
change - Not implemented yet. Null right now.

closeUpdate

public void closeUpdate(SourceTransaction transaction,
                        boolean commit)
This transaction has been closed.

Parameters:
commit - True means this transaction was commited. False means this transaction was aborted.

Extension SDK 10.1.3.36.73

 

Copyright © 1997, 2005, Oracle.All rights reserved.