add javadocs.

This commit is contained in:
asofold 2012-08-07 18:38:57 +02:00
parent 29125e7aa2
commit 759872b5d3

View File

@ -35,8 +35,16 @@ public final class NCPHookManager {
* This is important for also being able to check the check group for the check.
*/
// ALL
// GENERAL
/**
* Use to register for all checkfailures.
*/
public static final Integer ALL = 0;
/**
* Do not use to register, only for internals / compatibility issues,
* it might be passed to NCPHook.onCheckFailure.
*/
public static final Integer UNKNOWN = -1;
// MOVING
public static final Integer MOVING = 1000;