public abstract class AbstractAdHocCommand extends Object implements tigase.component.adhoc.AdHocCommand
| Constructor and Description |
|---|
AbstractAdHocCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(tigase.component.adhoc.AdhHocRequest request,
tigase.component.adhoc.AdHocResponse response) |
protected abstract tigase.form.Form |
prepareForm(tigase.component.adhoc.AdhHocRequest request,
tigase.component.adhoc.AdHocResponse response) |
protected abstract tigase.form.Form |
submitForm(tigase.component.adhoc.AdhHocRequest request,
tigase.component.adhoc.AdHocResponse response,
tigase.form.Form form) |
public void execute(tigase.component.adhoc.AdhHocRequest request,
tigase.component.adhoc.AdHocResponse response)
throws tigase.component.adhoc.AdHocCommandException
execute in interface tigase.component.adhoc.AdHocCommandtigase.component.adhoc.AdHocCommandExceptionprotected abstract tigase.form.Form prepareForm(tigase.component.adhoc.AdhHocRequest request,
tigase.component.adhoc.AdHocResponse response)
throws tigase.component.adhoc.AdHocCommandException
tigase.component.adhoc.AdHocCommandExceptionprotected abstract tigase.form.Form submitForm(tigase.component.adhoc.AdhHocRequest request,
tigase.component.adhoc.AdHocResponse response,
tigase.form.Form form)
throws tigase.component.adhoc.AdHocCommandException
tigase.component.adhoc.AdHocCommandExceptionCopyright © 2017–2019 Tigase. All rights reserved.