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