All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.oliveryasuna.beanbag.event.CollectionEvent Maven / Gradle / Ivy

The newest version!
package com.oliveryasuna.beanbag.event;

import com.oliveryasuna.beanbag.AbstractObservableCollection;

import java.util.Collection;

public class CollectionEvent, SRC extends AbstractObservableCollection> extends Event {

  // Constructors
  //--------------------------------------------------

  public CollectionEvent(final SRC source) {
    super(source);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy