SecondaryInput

public interface SecondaryInput


Represents a change event for a SecondaryFile transform input.

Summary

Public methods

abstract SecondaryFile

The change event subject.

abstract Status

The change status.

Public methods

getSecondaryInput

abstract SecondaryFile getSecondaryInput()

The change event subject.

Returns
SecondaryFile

an instance of SecondaryFile that represent a transform input file.

getStatus

abstract Status getStatus()

The change status.

Returns
Status

the change status.