| Modifier and Type | Class and Description |
|---|---|
class |
BaseCommandFailureEvent<C extends CommandEvent>
Base class for success events.
|
class |
BaseCommandSuccessEvent<C extends CommandEvent>
Base class for success events.
|
interface |
CommandFailureEvent<C extends CommandEvent>
Event indicating that the command of type C failed.
|
interface |
CommandResultEvent<C extends CommandEvent>
Communicates the result of a command of type C.
|
interface |
CommandSuccessEvent<C extends CommandEvent>
Event indicating that the command of type C succeeded.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageCommandNotSentEvent<T extends CommandEvent>
Created by fsuda on 15.02.2018.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageCommandEvent
Interface for events that are intended to make the bot send a specific message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloseCommandEvent
Instructs the bot to close the specified connection behalf of the need.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectCommandEvent
Instructs the bot to connect to the specified remoteNeed on behalf of the need.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionMessageCommandEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateNeedCommandEvent
Instructs the bot to create a need.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeactivateNeedCommandEvent
Instructs the bot to deactivate a need.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeedbackCommandEvent
Instructs the bot to open the specified connection behalf of the need.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenCommandEvent
Instructs the bot to open the specified connection behalf of the need.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrawlCommandEvent
Initiates the crawling of linked data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrawlConnectionCommandEvent
Initiates the validation of the data of a given connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValidateConnectionCommandEvent
Initiates the validation of the data of a given connection.
|
| Constructor and Description |
|---|
CommandResultFilter(CommandEvent orginalCommand) |
Copyright © 2018. All Rights Reserved.