summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/Status.java
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-07-06 12:33:33 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-07-06 12:33:33 +0200
commite4767bccc7324d4b61a334bf6c0558d0080045e2 (patch)
tree728a5df44f02ca10f760b979873c990cd4c0d265 /pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/Status.java
parent3422e5eb2819f5de304f25dc622f5284813bb9b4 (diff)
downloadpdf-over-e4767bccc7324d4b61a334bf6c0558d0080045e2.tar.gz
pdf-over-e4767bccc7324d4b61a334bf6c0558d0080045e2.tar.bz2
pdf-over-e4767bccc7324d4b61a334bf6c0558d0080045e2.zip
remove NON-NLS comments, cleanup whitespace
Diffstat (limited to 'pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/Status.java')
-rw-r--r--pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/Status.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/Status.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/Status.java
index f5b078ed..177b2f39 100644
--- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/Status.java
+++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/Status.java
@@ -45,7 +45,7 @@ public interface Status {
* @param position the position
*/
public void setSignaturePosition(SignaturePosition position);
-
+
/**
* Gets the signature position
* @return the signature position
@@ -57,13 +57,13 @@ public interface Status {
* @param bku the selected BKU
*/
public void setBKU(BKUs bku);
-
+
/**
* Gets the selected BKU
* @return the selected BKU
*/
public BKUs getBKU();
-
+
/**
* Gets the current state
* @return the current state
@@ -81,25 +81,25 @@ public interface Status {
* @return the previous State
*/
public State getPreviousState();
-
+
/**
* Gets the signing state
* @return the signing state
*/
public SigningState getSigningState();
-
+
/**
* Sets the signing state
* @param state the signing state
*/
public void setSigningState(SigningState state);
-
+
/**
* Sets the sign result
* @param signResult
*/
public void setSignResult(SignResult signResult);
-
+
/**
* Gets the sign Result
* @return the sign result