public class HookExecutor extends Object
| Constructor and Description |
|---|
HookExecutor(KPMDaemon daemon) |
| Modifier and Type | Method and Description |
|---|---|
void |
runHook(KPMHookRecipient recipient,
KPMHook hook)
フックを実行します。
|
void |
runHook(List<KPMHookRecipient> recipients,
KPMHook hook)
フックを実行します。
|
public HookExecutor(KPMDaemon daemon)
public void runHook(KPMHookRecipient recipient, KPMHook hook)
recipient - フックを受け取るクラスhook - フックpublic void runHook(List<KPMHookRecipient> recipients, KPMHook hook)
recipients - フックを受け取るクラスのリストhook - フックCopyright © 2023. All rights reserved.