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