Package com.predic8.membrane.core.model
Interface IPortChangeListener
public interface IPortChangeListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddPort(int port) voidremovePort(int port) voidupdatePort(int oldPort, int newPort)
-
Method Details
-
addPort
void addPort(int port) -
removePort
void removePort(int port) -
updatePort
void updatePort(int oldPort, int newPort)
-