YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
de.yaacc.util.Watchdog Class Reference

A watchdog for implementing timeouts. More...

Collaboration diagram for de.yaacc.util.Watchdog:
Collaboration graph

Public Member Functions

void start ()
 starts the watchdog.
 
boolean hasTimeout ()
 
void cancel ()
 

Static Public Member Functions

static Watchdog createWatchdog (long timeout)
 Create an Watchdog with the given timeout.
 

Detailed Description

A watchdog for implementing timeouts.

Author
Tobias Schoene (openbit)

Member Function Documentation

◆ createWatchdog()

static Watchdog de.yaacc.util.Watchdog.createWatchdog ( long  timeout)
static

Create an Watchdog with the given timeout.

Parameters
timeoutthe timeout
Returns
the Watchdog

The documentation for this class was generated from the following file: