ilog.views.graphic.linkbundle.event
Class LinkBundleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.views.graphic.linkbundle.event.LinkBundleEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LinkBundleSelectionChangedEvent

public abstract class LinkBundleEvent
extends EventObject

The abstract base class for events related to an IlvLinkBundle.

Since:
JViews 8.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LinkBundleEvent(IlvLinkBundle linkBundle)
          Creates the event.
 
Method Summary
 IlvLinkBundle getLinkBundle()
          Returns the IlvLinkBundle source of the event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkBundleEvent

public LinkBundleEvent(IlvLinkBundle linkBundle)
Creates the event.

Parameters:
linkBundle - The IlvLinkBundle source of the event.
Method Detail

getLinkBundle

public IlvLinkBundle getLinkBundle()
Returns the IlvLinkBundle source of the event.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.