Package nxt.addons
Class PopOffCounter
- java.lang.Object
-
- nxt.addons.PopOffCounter
-
-
Constructor Summary
Constructors Constructor Description PopOffCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIServlet.APIRequestHandler
getAPIRequestHandler()
java.lang.String
getAPIRequestType()
void
init()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nxt.addons.AddOn
getAPIRequests, shutdown
-
-
-
-
Method Detail
-
getAPIRequestHandler
public APIServlet.APIRequestHandler getAPIRequestHandler()
- Specified by:
getAPIRequestHandler
in interfaceAddOn
-
getAPIRequestType
public java.lang.String getAPIRequestType()
- Specified by:
getAPIRequestType
in interfaceAddOn
-
-