1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package jdk
.dio
.watchdog
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
13 import java
.io
.IOException
;
14 import jdk
.dio
.ClosedDeviceException
;
16 @SuppressWarnings("DuplicateThrows")
18 public interface WindowedWatchdogTimer
22 long getClosedWindowTimeout()
23 throws IOException
, ClosedDeviceException
;
27 throws IOException
, ClosedDeviceException
;
30 void start(long __a
, long __b
)
31 throws IOException
, ClosedDeviceException
;