*** empty log message ***
This commit is contained in:
parent
592d1d6870
commit
a15161fc07
5 changed files with 923 additions and 0 deletions
12
source/org/thdl/tib/input/DictionaryLoadState.java
Normal file
12
source/org/thdl/tib/input/DictionaryLoadState.java
Normal file
|
@ -0,0 +1,12 @@
|
|||
package org.thdl.tib.input ;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class DictionaryLoadState
|
||||
{
|
||||
public static final int UNDEFINED = 0 ;
|
||||
public static final int READY = 1 ;
|
||||
public static final int ERROR = -1 ;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue