Arbortext Command Language > Functions by Category > Callback Functions
  
Callback Functions
 
A callback function is a user-defined function that is called during specific events in Arbortext Editor and allows you to customize editing operations. Callback functions provide both a global and a local level of registration or notification to isolate events, while hooks provide only global effect (unless additional user functions are supplied). For example, you might want a particular function called whenever a specific document is saved or a help window has a quit request.
channel_set_callback function
dlgitem_add_callback function
dlgitem_remove_callback function
doc_add_callback function
doc_remove_callback function
session_add_callback function
session_remove_callback function
timer_add_callback function
timer_remove_callback function
userule_add_callback function
userule_remove_callback function
window_add_callback function
window_remove_callback function