EventEmitter.EventObserver
TextOutputHandler
public abstract class OutputHandler extends EventHandler
Modifier and Type | Class | Description |
---|---|---|
static class |
OutputHandler.ANTICIPATE |
|
static class |
OutputHandler.CONFIRM |
|
static class |
OutputHandler.DISAPPOINT |
|
static interface |
OutputHandler.ECHO |
explicitly repeated input (repetition of the content of input ECHO commands)
|
static interface |
OutputHandler.ERR |
warnings, errors & exceptions
|
static interface |
OutputHandler.EXE |
operation execution
|
static interface |
OutputHandler.IN |
implicitly repeated input (a repetition of all input)
|
static interface |
OutputHandler.OUT |
conversational (judgments, questions, etc...) output
|
Modifier and Type | Field | Description |
---|---|---|
static Class[] |
DefaultOutputEvents |
active, source
Constructor | Description |
---|---|
OutputHandler(EventEmitter source,
boolean active) |
|
OutputHandler(Nar n) |
|
OutputHandler(Nar n,
boolean active) |
|
OutputHandler(Memory m,
boolean active) |
event
isActive, setActive
public static final Class[] DefaultOutputEvents
public OutputHandler(EventEmitter source, boolean active)
public OutputHandler(Memory m, boolean active)
public OutputHandler(Nar n, boolean active)
public OutputHandler(Nar n)
Copyright © 2020 OpenNARS. All rights reserved.