ActionSource

From REALbasicWiki

Jump to: navigation, search

 Deprecated since REALbasic version 2007r5


The ActionSource interface is implemented by BevelButton and PushButton. An ActionSource object calls the PerformAction method of each ActionNotificationReceiver registered with it. Its intended use is for setting up control bindings. ActionSource is not documented in the REALbasic Language Reference.


[edit] Methods

[edit] Sub AddActionNotificationReceiver(foo as ActionNotificationReceiver)

Registers an ActionNotificationReceiver

[edit] Sub RemoveActionNotificationReceiver(foo as ActionNotificationReceiver)

Unregisters an ActionNotificationReceiver

Personal tools
related