C
- the context typepublic static interface SessionFactory.OpenContextCallback<C> extends ContextCallback<C>
SessionFactory.OpenCallback
for use with
SessionFactory.open(String, Object, OpenContextCallback)
Attaches an arbitrary context object to callback notifications.
ContextCallback.Default<C>
Modifier and Type | Method and Description |
---|---|
void |
onOpened(C context,
Session session)
Called when a session has been successfully opened.
|
onError
Copyright © 2020 Push Technology Ltd. All Rights Reserved.