public abstract class AbstractTransportRequest<TransportType extends AbstractTransport> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractTransportRequest.TransferException |
Constructor and Description |
---|
AbstractTransportRequest(TransportType transport) |
Modifier and Type | Method and Description |
---|---|
abstract AbstractTransportRequest[] |
getChildRequests() |
abstract String |
getTitle() |
TransportType |
getTransport() |
abstract void |
send(ExportContext context,
ImmoToolTask.Callback callback) |
public AbstractTransportRequest(TransportType transport)
public abstract AbstractTransportRequest[] getChildRequests()
public abstract String getTitle()
public final TransportType getTransport()
public abstract void send(ExportContext context, ImmoToolTask.Callback callback) throws AbstractTransportRequest.TransferException
Copyright © 2019 OpenEstate. All rights reserved.