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

com.frameworkset.platform.dictionary.DictionaryChangeEventImpl Maven / Gradle / Ivy

package com.frameworkset.platform.dictionary;

import org.frameworkset.event.AbstractEventType;

/**
 * 
 * 
 * 

Title: DictionaryChangeEventImpl.java

* *

Description:

* *

Copyright: Copyright (c) 2007

* *

Company: bbossgroups

* @Date May 23, 2008 9:56:57 AM * @author biaoping.yin,尹标平 * @version 1.0 */ public class DictionaryChangeEventImpl extends AbstractEventType implements DictionaryChangeEvent{ public DictionaryChangeEventImpl() { } public DictionaryChangeEventImpl(String eventtype) { this.eventtype = eventtype; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy