cyber.web.form
Class TransactionEventImpl
java.lang.Object
|
+--cyber.web.form.TransactionEventImpl
- All Implemented Interfaces:
- TransactionEvent
- public class TransactionEventImpl
- extends Object
- implements TransactionEvent
- Author:
- cying
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
event
public int event
throwable
public Throwable throwable
silentInterruptException
public SilentInterruptException silentInterruptException
TransactionEventImpl
public TransactionEventImpl()
getEvent
public int getEvent()
- Specified by:
getEvent in interface TransactionEvent
getThrowable
public Throwable getThrowable()
- Specified by:
getThrowable in interface TransactionEvent
setThrowable
public void setThrowable(Throwable throwable)
- Specified by:
setThrowable in interface TransactionEvent
- Parameters:
throwable -
getSilentInterruptException
public SilentInterruptException getSilentInterruptException()
- Specified by:
getSilentInterruptException in interface TransactionEvent
- Returns:
-
Copyright 2000-2002 Apache Software Foundation.