Mercurial > hg > RemoteEditor > REPSessionManager
view rep/gui/SessionManagerGUI.java @ 435:2b034d12170e
early sent list shortning. not yet worked.
author | one |
---|---|
date | Sat, 16 Jan 2010 18:02:26 +0900 |
parents | 4b87f89b3afd |
children |
line wrap: on
line source
package rep.gui; import java.util.LinkedList; import rep.Session; import rep.handler.REPNode; public interface SessionManagerGUI { public void update(LinkedList<Session> slist, LinkedList<REPNode> elist); void invokeLater(Runnable doRun) ; }