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