Slide 37
Slide 37 text
Register to plugin list by hooks
フックでプラグインを登録
● Use inherited hook into class inheritance
● Registers relationship
○ superclass => subclass relationship
■ Base => [Input, Buffer, Detector, Executor]
■ Input => [LibinputCommandInput, ...]
Example:
● Input < Base
● LibinputCommandInput < Input
↓
● Base -> Input -> LibinputCommandInput
Inherited hooks