List of usage examples for java.util EventObject subclass-usage
From source file org.pentaho.pms.ui.concept.editor.ConceptTreeModificationEvent.java
public class ConceptTreeModificationEvent extends EventObject { // ~ Static fields/initializers ====================================================================================== private static final Log logger = LogFactory.getLog(ConceptModificationEvent.class);
From source file org.pentaho.pms.ui.concept.editor.ConceptModificationEvent.java
/** * An event fired from the concept model when modifications are made. * @author mlowery * @see IConceptModificationListener */ public abstract class ConceptModificationEvent extends EventObject {
From source file org.pentaho.pms.ui.concept.editor.TableModificationEvent.java
/** * An event fired when columns are added or removed from a table. While UI elements should be concerned with name * changes on the columns, they can "hear" those events by subscribing to the columns' concept models. * @author mlowery */ public class TableModificationEvent extends EventObject {
From source file com.twinsoft.convertigo.engine.HttpStateEvent.java
public class HttpStateEvent extends java.util.EventObject { private static final long serialVersionUID = -4722575737270897917L; private HttpState httpState = null; private String realm = null;
From source file com.anrisoftware.prefdialog.miscswing.multichart.model.ChartModelEvent.java
/**
* Notify the listeners that the data values have been changed.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 1.0
*/
From source file gov.nasa.ensemble.common.event.ModelChangeEvent.java
@SuppressWarnings("serial") public class ModelChangeEvent extends EventObject { public enum TYPE { ADD, REMOVE, SET }
From source file org.polymap.p4.atlas.PropertyChangeEvent.java
/** * * @author Falko Brutigam */ public class PropertyChangeEvent extends EventObject {
From source file org.kuali.rice.krms.framework.engine.result.BasicResult.java
/** * An implementation of {@link ResultEvent} * @author Kuali Rice Team (rice.collab@kuali.org) */ public class BasicResult extends EventObject implements ResultEvent { private static final long serialVersionUID = -4124200802034785921L;
From source file org.mobicents.slee.resource.tftp.events.RequestEventImpl.java
public class RequestEventImpl extends EventObject implements RequestEvent { private static final long serialVersionUID = 1L; private TFTPPacket req = null; private TFTPTransfer tt; private String id = null;
From source file com.anrisoftware.globalpom.reflection.annotations.AnnotationEvent.java
/**
* Base annotation discovered event.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 1.4
*/