|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |