1 23 24 package com.sun.enterprise.admin.event.http; 25 26 import com.sun.enterprise.admin.event.ElementChangeEvent; 27 28 import com.sun.enterprise.util.i18n.StringManager; 30 31 39 public class HSHttpAccessLogEvent extends ElementChangeEvent { 40 41 44 public static final String eventType = HSHttpAccessLogEvent.class.getName(); 45 46 54 public HSHttpAccessLogEvent(String instance, int action) { 55 super(instance, HSHttpAccessLogEvent.eventType, action, null); 56 } 57 58 } 59 | Popular Tags |