Uses of Enum Class
com.imyeyu.java.obs.CollectionChangeListener.ChangeType
Packages that use CollectionChangeListener.ChangeType
-
Uses of CollectionChangeListener.ChangeType in com.imyeyu.java.obs
Methods in com.imyeyu.java.obs that return CollectionChangeListener.ChangeTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CollectionChangeListener.ChangeType[]CollectionChangeListener.ChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.imyeyu.java.obs with parameters of type CollectionChangeListener.ChangeTypeModifier and TypeMethodDescriptionvoidCollectionChangeListener.handler(CollectionChangeListener.ChangeType type, E e) 处理集合元素变更static <E> voidCollectionChangeListener.notifyListener(List<CollectionChangeListener<E>> listenerList, CollectionChangeListener.ChangeType type, E element) 通知全部集合监听器处理本次变更