Mercurial > hg > RemoteEditor > REPSessionManager
view rep/ConnectionListener.java @ 287:1ff8bfc0a99a test-editor
*** empty log message ***
author | kono |
---|---|
date | Sun, 28 Sep 2008 15:46:36 +0900 |
parents | 18d6a7140fa3 |
children |
line wrap: on
line source
package rep; public interface ConnectionListener { public void connectionOccured(ConnectButtonEvent event); }