XuniEventHandler クラス リファレンス

参照先 *
:
EventArgsType
XuniEventArgs
__covariant
定義先 Event.h

概要

イベントハンドラの基本クラス

  handler

@property (nonatomic, copy) void ( ^ ) ( XuniEventContainer<EventArgsType> *eventContainer ) handler

  this

オブジェクト自身を取得または設定します。

@property (weak) NSObject *this

内容

オブジェクト自身を取得または設定します。

定義先

Event.h

– initWithHandler:forObject:

- (id)initWithHandler:(void ( ^ ) ( XuniEventContainer<EventArgsType> *eventContainer ))handler forObject:(NSObject *)this