29 lines
463 B
YAML
29 lines
463 B
YAML
name: InputAwareInterface
|
|
class_comment: null
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: setInput
|
|
visibility: public
|
|
parameters:
|
|
- name: input
|
|
comment: '# * InputAwareInterface should be implemented by classes that depends
|
|
on the
|
|
|
|
# * Console Input.
|
|
|
|
# *
|
|
|
|
# * @author Wouter J <waldio.webdesign@gmail.com>
|
|
|
|
# */
|
|
|
|
# interface InputAwareInterface
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * Sets the Console Input.'
|
|
traits: []
|
|
interfaces: []
|