fr.ove.clientserver.events
Interface SocketServerListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Server

public interface SocketServerListener
extends java.util.EventListener

The interface to implements for those that want to listen to a SocketServer.


Method Summary
 void socketAccepted(SocketServerEvent evt)
          Accept the socket encapsulated inside the event fired by the socket server listenned.
 

Method Detail

socketAccepted

public void socketAccepted(SocketServerEvent evt)
Accept the socket encapsulated inside the event fired by the socket server listenned.

Parameters:
evt - the event fired by the socket server listenned.


Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.