Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

DoubleProperty in Java

What's the difference between DoubleProperty and Double in Java ? When should I use DoubleProperty ?

Thx
Avatar of gsk
gsk

Hi Axishk,

double is a return type in java like for eg

double amount=5.4;

DoubleProperty  is used in JaVaFX to handle the event, you will many code sample for DoubleProperty.
Avatar of AXISHK

ASKER

Shortly, any more explanation on this ? I still can't get exactly the difference.

Thx again.
SOLUTION
Avatar of gsk
gsk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial