class Croft::DistributedNotificationCenter

Defined in:

croft/distributed_notification_center.cr

Constructors

Instance Method Summary

Instance methods inherited from class Croft::Class

to_unsafe : Pointer(LibObjc::Instance) to_unsafe

Constructor methods inherited from class Croft::Class

new(obj : Pointer(LibObjc::Instance))
new
new

Class methods inherited from class Croft::Class

export(name : String | Nil = nil) export, objc_name : ::String objc_name, register(name : ::String) register, to_unsafe to_unsafe

Constructor Detail

def self.default : self #

[View source]

Instance Method Detail

def add_observer(observer : Croft::Class, sel : Selector, name : Croft::String, obj : _) : Nil #

[View source]
def post_notification(name : Croft::String, sender : _, user_info : _, immediate : _) : Nil #

[View source]