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

io.microlam.hsm.EntryExitAction Maven / Gradle / Ivy

package io.microlam.hsm;

public interface EntryExitAction {

	void process(Event event, C context);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy