hmi.util
Interface InputState.Pattern

All Known Implementing Classes:
InputState.KeyPat
Enclosing class:
InputState

public static interface InputState.Pattern

The interface for key patterns: A pattern can be currently active or not, which can be checked by calling the isActive method. Internally, InputState calls checkState when the active state of a pattern might have changed, so a Pattern should inspect and update its state acordingly.


Method Summary
 void checkState()
           
 boolean isActive()
           
 

Method Detail

isActive

boolean isActive()

checkState

void checkState()