Interface SessionProvider

  • All Known Implementing Classes:
    RWTSessionProvider

    public interface SessionProvider
    This class provides the current session ID.
    Author:
    neilmack
    • Method Detail

      • getSessionId

        java.lang.String getSessionId()
        get the current sessions ID.
        Returns:
        the current sessions ID
      • registerListenerWithSession

        void registerListenerWithSession​(org.eclipse.rap.rwt.service.UISessionListener listener)
        registers a listener to the current RAP UI session.
        Parameters:
        listener - The UISessionListener to register