//This class is not exported from module and can not be accessed.
JET In Typescript
A detailed description of working with JET elements and classes in your typescript project can be found at:
JET Typescript Usage.
Final classes in JET
Classes in JET are generally final and do not support subclassing. At the moment, final is not enforced. However, this will likely change in an upcoming JET release.
Description
Refresh Event dispatched by the DataProvider. This event is fired when
the data has been refreshed and components need to re-fetch the data.