コード例 #1
0
 public ZkTopicEventListener(ZookeeperTopicEventWatcher parent)
 {
     this.parent = parent;
 }
コード例 #2
0
 public ZkTopicEventListener(ZookeeperTopicEventWatcher parent)
 {
     this.parent = parent;
 }
コード例 #3
0
 public ZkSessionExpireListener(ZookeeperTopicEventWatcher parent, ZkTopicEventListener topicEventListener)
 {
     this.parent = parent;
     this.topicEventListener = topicEventListener;
 }
コード例 #4
0
 public ZkSessionExpireListener(ZookeeperTopicEventWatcher parent, ZkTopicEventListener topicEventListener)
 {
     this.parent             = parent;
     this.topicEventListener = topicEventListener;
 }