1 31 package org.objectweb.proactive.core.event; 32 33 import org.objectweb.proactive.core.event.RuntimeRegistrationEventListener; 34 35 36 public interface RuntimeRegistrationEventProducer 37 { 38 43 44 public void addRuntimeRegistrationEventListener(RuntimeRegistrationEventListener listener); 45 46 47 51 52 public void removeRuntimeRegistrationEventListener(RuntimeRegistrationEventListener listener); 53 } 54 | Popular Tags |