Mercurial > hg > RemoteEditor > REPSessionManager
view rep/SessionManagerGUI.java @ 281:c3969dd625b2
GUIless test routine.
author | kono |
---|---|
date | Sat, 27 Sep 2008 22:55:13 +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) ; }