ilog.views.util.filter.event
Class FilterEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.views.util.filter.event.FilterEvent
All Implemented Interfaces:
Serializable

public class FilterEvent
extends EventObject

This class describes a change of a filter. A FilterEvent is fired by an IlvFilter when it has been modified.

Since:
JViews 7.5
See Also:
FilterListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FilterEvent(IlvFilter source)
          Creates an event.
 
Method Summary
 IlvFilter getFilter()
          Returns the filter this event comes from.
 
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

FilterEvent

public FilterEvent(IlvFilter source)
Creates an event.

Parameters:
source - The filter that generates the event.
Method Detail

getFilter

public IlvFilter getFilter()
Returns the filter this event comes from.

Returns:
The filter that generated this event.


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