ilog.views.util.filter.event
Class FilterEvent
java.lang.Object
java.util.EventObject
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
FilterEvent
public FilterEvent(IlvFilter source)
- Creates an event.
- Parameters:
source - The filter that generates the event.
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.