T - The type of subject we deal withpublic class ExampleDetector<T extends Subject> extends Object implements DetectionAgentInterface<T>
| Constructor and Description |
|---|
ExampleDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(Event<T> ev,
DetectionAgentProfile profile,
ServerInterface<T> datastore) |
public final void analyze(Event<T> ev, DetectionAgentProfile profile, ServerInterface<T> datastore) throws Throwable
analyze in interface DetectionAgentInterface<T extends Subject>ThrowableCopyright © 2019. All rights reserved.