ilog.cpl.network
Class NetworkSelectionEvent
java.lang.Object
java.util.EventObject
ilog.util.IlEventObject
ilog.cpl.graph.GraphSelectionEvent
ilog.cpl.network.NetworkSelectionEvent
- All Implemented Interfaces:
- Serializable
public class NetworkSelectionEvent
- extends GraphSelectionEvent
This class describes a change in the set of selected objects
managed by an IlpNetworkSelectionModel.
- Since:
- JTGO 3.0
- See Also:
NetworkSelectionListener,
Serialized Form
NetworkSelectionEvent
public NetworkSelectionEvent(IlpNetworkSelectionModel source,
NetworkSelectionEvent.Type type,
IlpRepresentationObject[] objects)
- Creates an event.
- Parameters:
source - The selection model.type - OBJECTS_SELECTED or
OBJECTS_DESELECTED.objects - The objects that have been added (selected) or
removed (deselected).
getNetworkSelectionModel
public IlpNetworkSelectionModel getNetworkSelectionModel()
- Returns the selection model to which the event refers.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.