|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.terminal.events.ExceptionEvent
public class ExceptionEvent
Represents Terminal
exception event. This event is generated
when any exception occured. Holds information about exception.
Constructor Summary | |
---|---|
ExceptionEvent(java.lang.Exception ex)
Creates ExceptionEvent object giving occured exception. |
Method Summary | |
---|---|
void |
accept(TerminalListener listener)
Calls correct callback method of TerminalListener object. |
java.lang.Exception |
getException()
Returns exception. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionEvent(java.lang.Exception ex)
ExceptionEvent
object giving occured exception.
ex
- exception.Method Detail |
---|
public java.lang.Exception getException()
public void accept(TerminalListener listener)
TerminalListener
object.
accept
in interface TerminalEvent
listener
- TerminalListener
object.
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |