|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.caleigo.toolkit.tunnel.TunnelEvent
Field Summary | |
static int |
CONNECTION_LOST
|
static int |
TUNNEL_CLOSED
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
TunnelEvent(ITunnel source,
int eventType)
|
Method Summary | |
int |
getEventType()
|
ITunnel |
getSourceTunnel()
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int TUNNEL_CLOSED
public static final int CONNECTION_LOST
Constructor Detail |
public TunnelEvent(ITunnel source, int eventType)
Method Detail |
public ITunnel getSourceTunnel()
public int getEventType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |