You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ComponentEventListener.java 218B

1234567891011
  1. /*
  2. @ITMillApache2LicenseForJavaFiles@
  3. */
  4. package com.vaadin.event;
  5. import java.io.Serializable;
  6. import java.util.EventListener;
  7. public interface ComponentEventListener extends EventListener, Serializable {
  8. }