Package com.subgraph.orchid.events

Examples of com.subgraph.orchid.events.EventManager


    basicDescriptorCache = createBasicDescriptorCache(store)
    routersByIdentity = new HashMap<HexDigest, RouterImpl>();
    routersByNickname = new HashMap<String, RouterImpl>();
    directoryCaches = new RandomSet<RouterImpl>();
    requiredCertificates = new HashSet<ConsensusDocument.RequiredCertificate>();
    consensusChangedManager = new EventManager();
    random = new TorRandom();
  }
View Full Code Here

TOP

Related Classes of com.subgraph.orchid.events.EventManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.