ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
OnUpdateable.php
Go to the documentation of this file.
1 <?php
2 namespace ILIAS\UI\Component;
3 
11 interface OnUpdateable extends Triggerer
12 {
13 
21  public function withOnUpdate(Signal $signal);
22 
31  public function appendOnUpdate(Signal $signal);
32 }
withOnUpdate(Signal $signal)
Trigger a signal of another component on update.
appendOnUpdate(Signal $signal)
Get a component like this, triggering a signal of another component on update.