public class HookExecutorImpl extends Object implements HookExecutor
Constructor and Description |
---|
HookExecutorImpl(KPMRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
runHook(HookRecipientList recipients,
KPMHook hook)
フックを実行します。
|
void |
runHook(KPMHookRecipient recipient,
KPMHook hook)
フックを実行します。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRegistry
public HookExecutorImpl(KPMRegistry registry)
public void runHook(KPMHookRecipient recipient, KPMHook hook)
HookExecutor
runHook
in interface HookExecutor
recipient
- フックを受け取るクラスhook
- フックpublic void runHook(HookRecipientList recipients, KPMHook hook)
HookExecutor
runHook
in interface HookExecutor
recipients
- フックを受け取るクラスのリストhook
- フックCopyright © 2023. All rights reserved.