How/Where to implement Tick method for my slate application?

if i want to create Slate application, where should i implement Tick for my entire application?

I dont see any IApplicationLoop interface or smth like that.

So, should i create my SMyApplicationWindow : public SWindow, and override Tick method there?
and then use FSlateApplication::Get()->AddWindow(MyApplicationWindow)?

or what?