Skip navigation links

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

E20955-01


waggle.common.modules.connect
Interface XConnectModule.Client

All Superinterfaces:
XAPIInterface, XAPIInterface.Client
Enclosing interface:
XConnectModule

public static interface XConnectModule.Client
extends XAPIInterface.Client

Client interface for the Connection Module API.


Nested Class Summary

 

Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface
XAPIInterface.Client, XAPIInterface.Server

 

Method Summary
 void logout()
          Request from the server that a client logout.
 void userLoggedIn(XUserInfo userInfo)
          Sent to clients when a Session has logged in.
 void userLoggedOut(XUserInfo userInfo)
          Sent to clients when a Session has logged out.

 

Method Detail

userLoggedIn

void userLoggedIn(XUserInfo userInfo)
Sent to clients when a Session has logged in.
Parameters:
userInfo - User info.

userLoggedOut

void userLoggedOut(XUserInfo userInfo)
Sent to clients when a Session has logged out.
Parameters:
userInfo - User info.

logout

void logout()
Request from the server that a client logout.

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.