|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WabitListener
This listener can be added to any WabitObjects and is notified of
property and child changes.
| Method Summary | |
|---|---|
void |
transactionEnded(ca.sqlpower.util.TransactionEvent e)
Signals a transaction has finished. |
void |
transactionRollback(ca.sqlpower.util.TransactionEvent e)
Signals a transaction has finished and the events that occurred during the transaction need to be reversed or not acted upon. |
void |
transactionStarted(ca.sqlpower.util.TransactionEvent e)
Called when a transaction has started. |
void |
wabitChildAdded(WabitChildEvent e)
Called when a child is added to an object this listener is attached to. |
void |
wabitChildRemoved(WabitChildEvent e)
Called when a child is removed from an object this listener is attached to. |
| Methods inherited from interface java.beans.PropertyChangeListener |
|---|
propertyChange |
| Method Detail |
|---|
void wabitChildAdded(WabitChildEvent e)
e - An event describing the child added.void wabitChildRemoved(WabitChildEvent e)
e - An event describing the child removed.void transactionStarted(ca.sqlpower.util.TransactionEvent e)
e - Contains what object started a transaction and a message
describing the transaction.void transactionEnded(ca.sqlpower.util.TransactionEvent e)
e - Contains the object that has finished a transaction.void transactionRollback(ca.sqlpower.util.TransactionEvent e)
e - Contains the object that was rolled back and a message
describing why the transaction was rolled back.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||