EventDispatcherHandle (object)

バージョン 1.12.0 で追加.

The EventDispatcherHandle is used to provide access to the EventDispatcher singleton object. The _singletons_extension to use store the EventDispatcher.

参考

Singletons, EventDispatcher

The EventDispatcherHandle can be constructed from Python and used to access the EventDispatcher

EventDispatcherHandle EventDispatcherHandle EventDispatcherHandle

Methods in detail

EventDispatcherHandle ( in EventDispatcherHandle other )

copy constructor


EventDispatcherHandle ()

default constructor


EventDispatcherHandle EventDispatcherHandle.clone? ()

clone method


Ref<EventDispatcher> EventDispatcherHandle.getEventDispatcher? ()

returns the EventDispatcher singleton object