public interface org.I0Itec.zkclient.IZkStateListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.I0Itec.zkclient.IZkStateListener
  super_class: java.lang.Object
{
  public abstract void handleStateChanged(org.apache.zookeeper.Watcher$Event$KeeperState);
    descriptor: (Lorg/apache/zookeeper/Watcher$Event$KeeperState;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      state  

  public abstract void handleNewSession();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception

  public abstract void handleSessionEstablishmentError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      error  final
}
SourceFile: "IZkStateListener.java"
InnerClasses:
  public abstract Event = org.apache.zookeeper.Watcher$Event of org.apache.zookeeper.Watcher
  public final KeeperState = org.apache.zookeeper.Watcher$Event$KeeperState of org.apache.zookeeper.Watcher$Event