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

构造方法摘要
AbstractApiConfigChangeHandle()
           
 
方法摘要
abstract  void configChange(ConfigChangeNotice notice)
          子类实现,当配置变化时会触发该方法
 void update(Observable o, Object arg)
           
 
从类 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.