Mercurial > hg > RemoteEditor > REPSessionManager
view rep/ConnectionListener.java @ 328:6ceb222570cb
merge is working now.
author | kono |
---|---|
date | Sat, 11 Oct 2008 22:23:45 +0900 |
parents | 18d6a7140fa3 |
children |
line wrap: on
line source
package rep; public interface ConnectionListener { public void connectionOccured(ConnectButtonEvent event); }