Nucleus
-
Represents an initialization node in the Hive system. This class should be subclassed to create a new node type.
See moreDeclaration
Swift
@objc open class HiveDrone: Operation
-
Delegate interface for objects who wish to be informed when the initialization process is completed.
See moreDeclaration
Swift
@objc public protocol HiveInitializationCompleteDelegate: class -
Manages the initialization queue and ensures that a node is not processed until all of it’s dependencies are complete.
See moreDeclaration
Swift
@objc public class HiveManager: NSObject -
Delegate interface for objects who wish to be informed about the progress of the initialization process.
See moreDeclaration
Swift
@objc public protocol HiveProcessesProgressDelegate: class
Nucleus Reference