Package sc.bind
Interface IBindable
-
public interface IBindable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BindingListener[]
getBindingListeners()
void
setBindingListeners(BindingListener[] bindings)
-
-
-
Method Detail
-
getBindingListeners
BindingListener[] getBindingListeners()
-
setBindingListeners
void setBindingListeners(BindingListener[] bindings)
-
-