Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.sparkimpl.plugin.chat |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TranscriptWindowInterceptor> |
ChatManager.getTranscriptWindowInterceptors()
Returns the list of
TranscriptWindowInterceptors . |
Modifier and Type | Method and Description |
---|---|
void |
ChatManager.addTranscriptWindowInterceptor(TranscriptWindowInterceptor interceptor)
Adds a TranscriptWindowInterceptor.
|
void |
ChatManager.removeTranscriptWindowInterceptor(TranscriptWindowInterceptor interceptor)
Removes a TranscriptWindowInterceptor.
|
Modifier and Type | Class and Description |
---|---|
class |
ShortcutPlugin
The ShortcutPlugin is used to handle IRC-style shortcuts.
|