org.diligentproject.portlets.session.client
Class Session

java.lang.Object
  extended by org.diligentproject.portlets.session.client.Session
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class Session
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint

Entry point classes define onModuleLoad().


Constructor Summary
Session()
           
 
Method Summary
 void onModuleLoad()
          This is the entry point method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session

public Session()
Method Detail

onModuleLoad

public void onModuleLoad()
This is the entry point method.

Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint