com.github.sd4324530.fastweixin.company.api.handle
类 AbstractQYApiConfigChangeHandle

java.lang.Object
  继承者 com.github.sd4324530.fastweixin.company.api.handle.AbstractQYApiConfigChangeHandle
所有已实现的接口:
ApiConfigChangeHandle, Observer

public abstract class AbstractQYApiConfigChangeHandle
extends Object
implements ApiConfigChangeHandle

==================================================================== 上海聚攒软件开发有限公司 --------------------------------------------------------------------

版本:
1.0.beta ====================================================================
作者:
Nottyjay

构造方法摘要
AbstractQYApiConfigChangeHandle()
           
 
方法摘要
abstract  void configChange(QYConfigChangeNotice notice)
          子类实现,当配置变化时触发该方法
 void update(Observable o, Object arg)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AbstractQYApiConfigChangeHandle

public AbstractQYApiConfigChangeHandle()
方法详细信息

update

public void update(Observable o,
                   Object arg)
指定者:
接口 Observer 中的 update

configChange

public abstract void configChange(QYConfigChangeNotice notice)
子类实现,当配置变化时触发该方法

参数:
notice - 消息


Copyright © 2017. All rights reserved.