1 2 3 4 5 6 7 8 9 10 11
package org.cristalise.gui.graph.event; import org.cristalise.gui.graph.controller.Selection; import org.cristalise.kernel.graph.event.GraphModelEvent; public class SelectionChangedEvent extends GraphModelEvent { public Selection mSelection = null; }