|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventRegistered | |
---|---|
com.genesyslab.platform.webmedia.protocol | This package contains the Protocol classes that allow you to create applications that integrate with Genesys non-voice media servers. |
com.genesyslab.platform.webmedia.protocol.basicchat.events | This package contains the BasicChat protocol Event messages that provide information about the status of your requests. |
Uses of EventRegistered in com.genesyslab.platform.webmedia.protocol |
---|
Methods in com.genesyslab.platform.webmedia.protocol with parameters of type EventRegistered | |
---|---|
protected void |
BasicChatProtocol.onEventRegistered(EventRegistered event)
This method is called on successful response to the client Auto-Registration request. |
Uses of EventRegistered in com.genesyslab.platform.webmedia.protocol.basicchat.events |
---|
Methods in com.genesyslab.platform.webmedia.protocol.basicchat.events that return EventRegistered | |
---|---|
static EventRegistered |
EventRegistered.create()
Creates instance of EventRegistered with no parameters set. |
static EventRegistered |
EventRegistered.create(java.lang.String occurredAt,
java.lang.String userId)
Creates instance of EventRegistered. |
static EventRegistered |
EventRegistered.create(java.lang.String occurredAt,
java.lang.String userId,
java.lang.String secureKey)
Creates instance of EventRegistered. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |