Uses of Record Class
gg.xp.compmonitor.InstantiatedItem
Packages that use InstantiatedItem
-
Uses of InstantiatedItem in gg.xp.compmonitor
Methods in gg.xp.compmonitor with parameters of type InstantiatedItemModifier and TypeMethodDescriptionvoidCompListener.added(InstantiatedItem<?> item) voidFilteredCompListener.added(InstantiatedItem<?> item) Constructor parameters in gg.xp.compmonitor with type arguments of type InstantiatedItemModifierConstructorDescriptionFilteredCompListener(Class<T> type, Consumer<InstantiatedItem<T>> action) FilteredCompListener(Class<T> type, Predicate<InstantiatedItem<T>> filter, Consumer<InstantiatedItem<T>> action) FilteredCompListener(Class<T> type, Predicate<InstantiatedItem<T>> filter, Consumer<InstantiatedItem<T>> action)