JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
me.insidezhou.southernquiet.debounce
Interface Debouncer
All Known Implementing Classes:
DefaultDebouncer
public interface
Debouncer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
bounce
()
抖动一次。
boolean
isStable
()
抖动是否已稳定。
Method Detail
isStable
boolean isStable()
抖动是否已稳定。
Returns:
抖动稳定则返回true。
bounce
void bounce()
抖动一次。
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method