public class HookRecipientList extends ArrayList<KPMHookRecipient>
modCount| Constructor and Description |
|---|
HookRecipientList(@NotNull KPMDaemon daemon,
@NotNull HookExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(@NotNull String className) |
void |
bakeHooks(@NotNull KPMDaemon daemon)
予約クラス名からフックを作成します。
|
void |
runHook(KPMHook hook)
フックを実行します。
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic HookRecipientList(@NotNull
@NotNull KPMDaemon daemon,
@NotNull
@NotNull HookExecutor executor)
public void runHook(KPMHook hook)
hook - フックpublic void add(@NotNull
@NotNull String className)
public void bakeHooks(@NotNull
@NotNull KPMDaemon daemon)
throws InvalidInformationFileException
daemon - KPMデーモンのインスタンスInvalidInformationFileException - 予約クラス名が無効な場合Copyright © 2023. All rights reserved.