User Manual, Developers Guide and API Documentation

wns::events::scheduler::NullCommand Class Reference

This is used as a placeholder to ease implementations.

#include <events/scheduler/NullCommand.hpp>

Inheritance diagram for wns::events::scheduler::NullCommand:

Inheritance graph
[legend]
Collaboration diagram for wns::events::scheduler::NullCommand:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual bool isCanceled () const
 Return true if the Command was canceled.
virtual bool isFinished () const
 Return true if the Command was executed (no longer queued, no longer running).
virtual bool isNotSubmitted () const
 Return true, if the Command is not submitted to the queue so far (initial state).
virtual bool isQueued () const
 Return true if the Command is queued (waiting for execution).
virtual bool isRunning () const
 Return true if the Command is currently being executed.


Detailed Description

Definition at line 38 of file NullCommand.hpp.


Member Function Documentation

virtual bool wns::events::scheduler::NullCommand::isCanceled (  )  const [inline, virtual]

Implements wns::events::scheduler::ICommand.

Definition at line 67 of file NullCommand.hpp.

virtual bool wns::events::scheduler::NullCommand::isFinished (  )  const [inline, virtual]

Implements wns::events::scheduler::ICommand.

Definition at line 61 of file NullCommand.hpp.

virtual bool wns::events::scheduler::NullCommand::isNotSubmitted (  )  const [inline, virtual]

Implements wns::events::scheduler::ICommand.

Definition at line 43 of file NullCommand.hpp.

virtual bool wns::events::scheduler::NullCommand::isQueued (  )  const [inline, virtual]

Implements wns::events::scheduler::ICommand.

Definition at line 49 of file NullCommand.hpp.

virtual bool wns::events::scheduler::NullCommand::isRunning (  )  const [inline, virtual]

Implements wns::events::scheduler::ICommand.

Definition at line 55 of file NullCommand.hpp.


The documentation for this class was generated from the following file:

Generated on Sat May 26 03:32:54 2012 for openWNS by  doxygen 1.5.5