JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="ej.library.ui" name="watchdog" rev="2.1.0" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ej.watchdog
Interface WatchdogListener
public interface
WatchdogListener
The Watchdog listener is notified when its watchdog is triggered or fed.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onFeed
()
Called when the watchdog is fed.
void
onTrigger
()
Called when the watchdog is triggered.
Method Detail
onFeed
void onFeed()
Called when the watchdog is fed.
onTrigger
void onTrigger()
Called when the watchdog is triggered.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="ej.library.ui" name="watchdog" rev="2.1.0" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method