ca.ucalgary.seahawk.gui
Class MobyPayloadCreator
java.lang.Object
ca.ucalgary.seahawk.gui.MobyPayloadCreator
- All Implemented Interfaces:
- MobyPayloadRequestListener
public class MobyPayloadCreator
- extends Object
- implements MobyPayloadRequestListener
Builds a MobyContentInstance based on the requested selection criteria. Ties itself to a MobyContentPane
for data retrieval efficiency in case the source document is already loaded in-memory for the GUI.
MobyPayloadCreator
public MobyPayloadCreator(MobyContentPane pane,
String requestKey)
createPayload
public MobyContentInstance createPayload(String targetJobArgName)
- Description copied from interface:
MobyPayloadRequestListener
- Assumes the listener knows what payload to create based on some internal context stored by the listener.
(i.e. you need to create a new listener specific to each deferred payload.
- Specified by:
createPayload
in interface MobyPayloadRequestListener
- Parameters:
targetJobArgName
- the name of the moby job parameter to which each value should be assigned
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010