JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Deprecated
Index
Search
Help
dev.pfaff.altar_gui
dev.pfaff.altargui.util.listenable
WritableValue
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
write(T)
Interface WritableValue<T>
All Superinterfaces:
Signal
,
Value
<T>
All Known Implementing Classes:
AbstractValue
,
SlotValue
public interface
WritableValue<T>
extends
Value
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
write
(
T
value)
Methods inherited from interface dev.pfaff.altargui.util.listenable.
Value
listen
,
listen
,
map
,
read
Method Details
write
void
write
(
T
value)