Interface IStatisticsHandler
-
- All Superinterfaces:
IAPIHandler,Serializable
- All Known Implementing Classes:
StatisticsHandler
public interface IStatisticsHandler extends IAPIHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcountFormProcess(UserContext uc, Vorgang v)voidcountFormProcessError(UserContext uc, Projekt p)voidcountFormProvide(UserContext uc, Projekt p)-
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
-
-
-
Method Detail
-
countFormProvide
void countFormProvide(UserContext uc, Projekt p)
-
countFormProcessError
void countFormProcessError(UserContext uc, Projekt p)
-
countFormProcess
void countFormProcess(UserContext uc, Vorgang v)
-
-