1 23 package com.sun.enterprise.admin.event.wsmgmt; 24 25 import com.sun.enterprise.admin.event.ElementChangeEvent; 26 27 31 public class RegistryLocationEvent extends ElementChangeEvent { 32 33 34 public static final String eventType = 35 RegistryLocationEvent.class.getName(); 36 37 45 public RegistryLocationEvent(String instance, int action, String id) { 46 super(instance, eventType, action, id); 47 } 48 } 49 | Popular Tags |