Serialized Form


Package org.apache.commons.events.observable

Class org.apache.commons.events.observable.ModificationEvent extends EventObject implements Serializable

Serialized Fields

collection

ObservableCollection collection
The source collection


handler

ModificationHandler handler
The handler


type

int type
The event code

Class org.apache.commons.events.observable.ModificationVetoedException extends IllegalArgumentException implements Serializable

Serialized Fields

event

ModificationEvent event
The source event


Package org.apache.commons.events.observable.standard

Class org.apache.commons.events.observable.standard.StandardModificationEvent extends ModificationEvent implements Serializable

Serialized Fields

preSize

int preSize
The size before the event


index

int index
The index of the change


object

Object object
The object of the change


repeat

int repeat
The number of changes


previous

Object previous
The result of the method call


view

ObservableCollection view
The view that the event came from, null if none


viewOffset

int viewOffset
The offset index within the main collection of the view, -1 if none

Class org.apache.commons.events.observable.standard.StandardPostModificationEvent extends StandardModificationEvent implements Serializable

Serialized Fields

postSize

int postSize
The size after the event

Class org.apache.commons.events.observable.standard.StandardPreModificationEvent extends StandardModificationEvent implements Serializable



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.