| Package | Description | 
|---|---|
| agi.foundation.tracking | 
 Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <TEntity> MarkerCallback<TEntity> | 
MarkerCallback.of(MarkerCallback.Function<TEntity> f)
Create a delegate for the given interface. 
 | 
static <TEntity> MarkerCallback<TEntity> | 
MarkerCallback.of(MarkerCallback.Function<TEntity> f,
  Class<?> targetClass,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
static <TEntity> MarkerCallback<TEntity> | 
MarkerCallback.of(MarkerCallback.Function<TEntity> f,
  Object targetObject,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 |