Mercurial > hg > RemoteEditor > REPSessionManager
view rep/SessionManagerGUI.java @ 287:1ff8bfc0a99a test-editor
*** empty log message ***
author | kono |
---|---|
date | Sun, 28 Sep 2008 15:46:36 +0900 |
parents | a549bd4dadb8 |
children |
line wrap: on
line source
package rep; import java.util.LinkedList; public interface SessionManagerGUI { public void update(LinkedList<Session> slist, LinkedList<Editor> elist); void invokeLater(Runnable doRun) ; }