org.almendra.commons.threads
Interface IExecutable

All Known Implementing Classes:
ApplicationScheduler, ArbitratedScheduler, CommandAckEnvelope, CommandCallbackEnvelope, CommandEnvelope, CommandReplyEnvelope, CommandResponseEnvelope, EvictCommandsExecutor, EvictExecuteCommandsExecutor, EvictExecuteCommandsFullyExecutor, EvictWaitCommandsExecutor, EvictWaitCommandsFullyExecutor, ObserveWaitingCommandsExecutable, SendCommandExecutable, SystemScheduler

public interface IExecutable

Author:
Oliver

Method Summary
 void execute(java.lang.Object object)
           
 

Method Detail

execute

void execute(java.lang.Object object)