Class powersoft.jcm.event.SocketConnectionRequestEvent
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class powersoft.jcm.event.SocketConnectionRequestEvent

java.lang.Object
   |
   +----powersoft.jcm.event.EventData
           |
           +----powersoft.jcm.event.SocketConnectionRequestEvent

public class SocketConnectionRequestEvent
extends EventData

Variable Index

 o _client

Constructor Index

 o SocketConnectionRequestEvent(Object, Socket)

Method Index

 o getClient()

Variables

 o _client
  protected Socket _client

Constructors

 o SocketConnectionRequestEvent
  public SocketConnectionRequestEvent(Object source,
                                      Socket client)

Methods

 o getClient
  public Socket getClient()

All Packages  Class Hierarchy  This Package  Previous  Next  Index