Mercurial > hg > RemoteEditor > REPSessionManager
view rep/SessionManagerGUI.java @ 375:34642bc65c21
*** empty log message ***
author | kono |
---|---|
date | Wed, 22 Oct 2008 02:59:08 +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) ; }