cyber.web.form
Interface TransactionEvent
- All Known Implementing Classes:
- TransactionEventImpl
- public interface TransactionEvent
- Author:
- cying
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
EVENT_TRANSACTION_COMPLETED
public static final int EVENT_TRANSACTION_COMPLETED
- Fires when a transaction is completed without exceptions
EVENT_TRANSACTION_ABORTED
public static final int EVENT_TRANSACTION_ABORTED
- Fires when a transaction is having exceptions
EVENT_SILENT_INTERRUPT
public static final int EVENT_SILENT_INTERRUPT
getEvent
public int getEvent()
getThrowable
public Throwable getThrowable()
setThrowable
public void setThrowable(Throwable throwable)
getSilentInterruptException
public SilentInterruptException getSilentInterruptException()
Copyright 2000-2002 Apache Software Foundation.