com.google.code.validationframework.experimental.resulthandler
Class JLabelBooleanFeedback

java.lang.Object
  extended by com.google.code.validationframework.experimental.resulthandler.JLabelBooleanFeedback
All Implemented Interfaces:
com.google.code.validationframework.api.resulthandler.ResultHandler<Boolean>

public class JLabelBooleanFeedback
extends Object
implements com.google.code.validationframework.api.resulthandler.ResultHandler<Boolean>


Constructor Summary
JLabelBooleanFeedback()
           
 
Method Summary
 JLabel getLabel()
           
 void handleResult(Boolean result)
           
 void setLabel(JLabel label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JLabelBooleanFeedback

public JLabelBooleanFeedback()
Method Detail

getLabel

public JLabel getLabel()

setLabel

public void setLabel(JLabel label)

handleResult

public void handleResult(Boolean result)
Specified by:
handleResult in interface com.google.code.validationframework.api.resulthandler.ResultHandler<Boolean>


Copyright © 2013. All Rights Reserved.