Mercurial > hg > RemoteEditor > REPSessionManager
view rep/SessionManagerGUI.java @ 376:c4ffdac26132
*** empty log message ***
author | kono |
---|---|
date | Wed, 22 Oct 2008 03:19:57 +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) ; }