Uses of Enum Class
com.imyeyu.java.obs.MapChangeListener.ChangeType
Packages that use MapChangeListener.ChangeType
-
Uses of MapChangeListener.ChangeType in com.imyeyu.java.obs
Methods in com.imyeyu.java.obs that return MapChangeListener.ChangeTypeModifier and TypeMethodDescriptionstatic MapChangeListener.ChangeTypeReturns the enum constant of this class with the specified name.static MapChangeListener.ChangeType[]MapChangeListener.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 MapChangeListener.ChangeTypeModifier and TypeMethodDescriptionvoidMapChangeListener.handler(MapChangeListener.ChangeType type, K key, V value) 处理映射变更static <K,V> void MapChangeListener.notifyListener(List<MapChangeListener<K, V>> listenerList, MapChangeListener.ChangeType type, Object key, V value) 通知全部映射监听器处理本次变更