Uses of Interface
ch.odi.justblog.command.ISession

Packages that use ISession
ch.odi.justblog.command   
ch.odi.justblog.gui.swing   
 

Uses of ISession in ch.odi.justblog.command
 

Classes in ch.odi.justblog.command that implement ISession
 class SimpleSession
          This is the most simplistic implementation of a session.
 

Methods in ch.odi.justblog.command with parameters of type ISession
 void Command.execute(ISession session)
          Executes the command.
 void PostEntry.execute(ISession session)
          Posts the entry to the blog.
 void SetUrl.execute(ISession session)
           
 void ClearEntry.execute(ISession session)
           
 

Uses of ISession in ch.odi.justblog.gui.swing
 

Methods in ch.odi.justblog.gui.swing that return ISession
 ISession MainWindow.getSession()
          Returns the session associated with this window.
 



Copyright © 2005 Ortwin Glück. All Rights Reserved.