Export widget onLoadListener

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-09-30 23:23:52 +02:00
parent 53b3ba19b0
commit 7e84244702
2 changed files with 12 additions and 0 deletions

View File

@@ -525,8 +525,16 @@ public interface Widget
*/
void revalidateScroll();
/**
* Array of widget key listeners
*/
Object[] getOnKeyListener();
/**
* Array of widget load listeners
*/
Object[] getOnLoadListener();
/**
* Returns the archive id of the font used
*/