Méthode | Description | |
---|---|---|
Attach ( IInterfacedObserver observer ) : void | ||
Detach ( IInterfacedObserver observer ) : bool | ||
Invoke ( int notificationId, IInvokable message ) : void | ||
Notify ( NotificationMessage notificationMessage ) : void | ||
ObserverEventDispatcher ( ) : System | ||
ObserverEventDispatcher ( IInterfacedObserver observer, bool startPending = false, bool keepOrder = false ) : System |
Méthode | Description | |
---|---|---|
FlushPendingMessage ( ) : void | ||
InvokeInternal ( IInvokable message ) : void |
public Attach ( IInterfacedObserver observer ) : void | ||
observer | IInterfacedObserver | |
Résultat | void |
public Detach ( IInterfacedObserver observer ) : bool | ||
observer | IInterfacedObserver | |
Résultat | bool |
public Invoke ( int notificationId, IInvokable message ) : void | ||
notificationId | int | |
message | IInvokable | |
Résultat | void |
public Notify ( NotificationMessage notificationMessage ) : void | ||
notificationMessage | NotificationMessage | |
Résultat | void |
public ObserverEventDispatcher ( ) : System | ||
Résultat | System |
public ObserverEventDispatcher ( IInterfacedObserver observer, bool startPending = false, bool keepOrder = false ) : System | ||
observer | IInterfacedObserver | |
startPending | bool | |
keepOrder | bool | |
Résultat | System |