org.caleigo.toolkit.tunnel
Class TunnelServerEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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

Field Summary
static int TUNNEL_ADDED
           
static int TUNNEL_REMOVED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TunnelServerEvent(ITunnelServer source, int eventType, ITunnel tunnel)
           
 
Method Summary
 int getEventType()
           
 ITunnelServer getSourceTunnelServer()
           
 ITunnel getTunnel()
           
 
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

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
Constructor Detail

TunnelServerEvent

public TunnelServerEvent(ITunnelServer source,
                         int eventType,
                         ITunnel tunnel)
Method Detail

getSourceTunnelServer

public ITunnelServer getSourceTunnelServer()

getEventType

public int getEventType()

getTunnel

public ITunnel getTunnel()


Copyright © 2005 Caleigo. All Rights Reserved.