类 BaseEventListener<T>

java.lang.Object
com.tencent.core.handler.BaseEventListener<T>

public abstract class BaseEventListener<T>
extends java.lang.Object
  • 构造器概要

    构造器 
    构造器 说明
    BaseEventListener()  
  • 方法概要

    修饰符和类型 方法 说明
    void fail​(T t, java.lang.Exception e)
    失败
    void success​(T t)
    成功

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

  • 方法详细资料

    • success

      public void success​(T t)
      成功
      参数:
      t - 结果
    • fail

      public void fail​(T t, java.lang.Exception e)
      失败
      参数:
      t - 结果
      e - 注意有可能为空