othellogame
Interface ConnListener

All Known Implementing Classes:
ServidorGUI

public interface ConnListener

Author:
fgonza To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 void nuevaConexion(java.lang.String name)
           
 void removerConexion(java.lang.String name)
           
 

Method Detail

nuevaConexion

public void nuevaConexion(java.lang.String name)

removerConexion

public void removerConexion(java.lang.String name)