All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.hycube.simulator.transport.SimWakeableNetworkProxy Maven / Gradle / Ivy

Go to download

HyCube Simulator is a container running multiple HyCube node instances, providing an interface for performing operations on individual nodes.

There is a newer version: 1.0.5
Show newest version
package net.hycube.simulator.transport;


public interface SimWakeableNetworkProxy extends SimNetworkProxy {	

	public void wakeup() throws SimNetworkProxyException;
	
	public void clearWakeupFlag();
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy