main.com.enniovisco.tracking.commands.BrowserCommand.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webmonitor Show documentation
Show all versions of webmonitor Show documentation
A formal approach to monitoring web pages as spatio-temporal traces.
The newest version!
package com.enniovisco.tracking.commands
abstract class BrowserCommand {
abstract fun dump(target: MutableMap)
}