Mercurial > hg > RemoteEditor > REPSessionManager
view rep/ConnectionEvent.java @ 18:b429fe1e15a8
*** empty log message ***
author | pin |
---|---|
date | Fri, 02 Nov 2007 15:40:40 +0900 |
parents | 02fa9a68d9a2 |
children | a097b1d619a1 |
line wrap: on
line source
package rep; public class ConnectionEvent { private String host; public ConnectionEvent(String host) { // TODO Auto-generated constructor stub this.host = host; } public String getHost() { // TODO Auto-generated method stub return host; } }