public interface ResponderPlugin
Implement this interface to start the execution of a framework responder, the run method will be called via reflection by the ResponderDriver.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPlatformName()
Returns the plugin name for your framework This will be the platform argument
|
void |
run()
This method launches your framework responder.
|
java.lang.String getPlatformName()
void run() throws PIRException
PIRException