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.
 
 
 

15 lines
384 B

package com.sinosoft.event;
import java.util.Map;
public class MonitorEvent extends BaseEvent {
private static final long serialVersionUID = 4911719935676456727L;
public MonitorEvent(String eventCode, String eventName, String eventAction, Map<String, Object> eventParam) {
super(eventCode, eventName, eventAction, eventParam);
// TODO Auto-generated constructor stub
}
}