org.caleigo.toolkit.tunnel
Class TunnelServerEvent
java.lang.Object
java.util.EventObject
org.caleigo.toolkit.tunnel.TunnelServerEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class TunnelServerEvent
- extends java.util.EventObject
- Version:
- 1.00
- Author:
- Mattias Hagstrand
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
TUNNEL_ADDED
public static final int TUNNEL_ADDED
- See Also:
- Constant Field Values
TUNNEL_REMOVED
public static final int TUNNEL_REMOVED
- See Also:
- Constant Field Values
TunnelServerEvent
public TunnelServerEvent(ITunnelServer source,
int eventType,
ITunnel tunnel)
getSourceTunnelServer
public ITunnelServer getSourceTunnelServer()
getEventType
public int getEventType()
getTunnel
public ITunnel getTunnel()
Copyright © 2005 Caleigo. All Rights Reserved.