com.github.sd4324530.fastweixin.handle
类 AbstractApiConfigChangeHandle
java.lang.Object
com.github.sd4324530.fastweixin.handle.AbstractApiConfigChangeHandle
- 所有已实现的接口:
- ApiConfigChangeHandle, Observer
public abstract class AbstractApiConfigChangeHandle
- extends Object
- implements ApiConfigChangeHandle
配置变化监听器抽象类
- 作者:
- peiyu
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractApiConfigChangeHandle
public AbstractApiConfigChangeHandle()
update
public void update(Observable o,
Object arg)
- 指定者:
- 接口
Observer 中的 update
configChange
public abstract void configChange(ConfigChangeNotice notice)
- 子类实现,当配置变化时会触发该方法
- 参数:
notice - 通知对象
Copyright © 2017. All rights reserved.