1 23 package com.sun.enterprise.admin.event.http; 24 25 import com.sun.enterprise.admin.event.ElementChangeEvent; 26 27 37 public class HSAccessLogEvent extends ElementChangeEvent { 38 39 42 public static final String eventType = HSAccessLogEvent.class.getName(); 43 44 52 public HSAccessLogEvent(String instance, int action) { 53 super(instance, HSAccessLogEvent.eventType, action, null); 54 } 55 56 } 57 | Popular Tags |