org.nees.util.sessions
Interface Command

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
NFMSCommand, NMDSCommand

public interface Command
extends java.io.Serializable

Generic command. This is just a marker interface. Commands are executed by an interpreter which returns a result for each command.