Mercurial > hg > Members > sugi > javafx
view src/alice/test/topology/aquarium/fx/RoutingData.java @ 4:50d77513d52e
Platform runLater must use for handling instance from other thread (Not on FX application thread )
author | e095732 |
---|---|
date | Mon, 28 Jan 2013 00:22:17 +0900 |
parents | 6f44308ee519 |
children |
line wrap: on
line source
package alice.test.topology.aquarium.fx; import org.msgpack.annotation.Message; @Message public class RoutingData { public String name; public RoutingData(){} public RoutingData(String name){ this.name = name; } }