com.google.code.validationframework.binding
Class BindableObject

java.lang.Object
  extended by com.google.code.validationframework.binding.Bindable<Object>
      extended by com.google.code.validationframework.binding.BindableObject
All Implemented Interfaces:
Master<Object>, Slave<Object>, Serializable

public class BindableObject
extends Bindable<Object>

See Also:
Serialized Form

Constructor Summary
BindableObject()
           
BindableObject(Object value)
           
 
Method Summary
 
Methods inherited from class com.google.code.validationframework.binding.Bindable
addSlave, getValue, notifySlaves, removeSlave, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindableObject

public BindableObject()

BindableObject

public BindableObject(Object value)


Copyright © 2013. All Rights Reserved.