Maven module :un.api : api-common :
Class :
un.api.predicate.Variable
Extends/Implements :
un.api.event.EventSource
Subclasses : -
Variables : -
Functions :
getHolder,
isReadable,
isWritable,
sync,
sync,
unsync,
getValue,
setValue,
addListener,
removeListener
EventSource
getHolder ()
boolean
isReadable ()
boolean
isWritable ()
void
sync (Variable var)
void
sync (Variable var, boolean readOnly)
void
unsync ()
Object
getValue ()
void
setValue (Object value)
void
addListener (EventListener listener)
void
removeListener (EventListener listener)
Variables produces events when they change.
author Johann Sorel