Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.client.modules.connect
Interface XConnectModuleClientEvents

All Superinterfaces:
XEvents

public interface XConnectModuleClientEvents
extends XEvents

Method Summary
 void notifyLogout()
          Notify any listeners that a logout has been requested.
 void notifyUserLoggedIn(XUserInfo userInfo)
          Notify any listeners that a User has logged in.
 void notifyUserLoggedOut(XUserInfo userInfo)
          Notify any listeners that a User has logged in.
 void notifyUserLoggingIn(XUserInfo userInfo)
          Send when a User is logging in.
 void notifyUserLoggingOut(XUserInfo userInfo)
          Send when a User is logging in.

 

Method Detail

notifyUserLoggingIn

void notifyUserLoggingIn(XUserInfo userInfo)
Send when a User is logging in.
Parameters:
userInfo - The User.

notifyUserLoggedIn

void notifyUserLoggedIn(XUserInfo userInfo)
Notify any listeners that a User has logged in.
Parameters:
userInfo - The User.

notifyUserLoggingOut

void notifyUserLoggingOut(XUserInfo userInfo)
Send when a User is logging in.
Parameters:
userInfo - The User.

notifyUserLoggedOut

void notifyUserLoggedOut(XUserInfo userInfo)
Notify any listeners that a User has logged in.
Parameters:
userInfo - The User.

notifyLogout

void notifyLogout()
Notify any listeners that a logout has been requested.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.