1 23 24 package com.sun.enterprise.admin.event.http; 25 26 import com.sun.enterprise.admin.event.ElementChangeEvent; 27 28 29 40 public class HSHttpListenerEvent extends ElementChangeEvent { 41 42 45 public static final String eventType= HSHttpListenerEvent.class.getName(); 46 47 56 public HSHttpListenerEvent(String instance, int action, String name) { 57 super(instance, HSHttpListenerEvent.eventType, action, name); 58 } 59 60 } 61 | Popular Tags |