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

com.arextest.storage.model.event.ApplicationCreationEvent Maven / Gradle / Ivy

There is a newer version: 1.3.4
Show newest version
package com.arextest.storage.model.event;

import org.springframework.context.ApplicationEvent;

public class ApplicationCreationEvent extends ApplicationEvent {

  public ApplicationCreationEvent(String appId) {
    super(appId);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy