Adept.Core.namespace('Adept.Ajax');

Adept.Ajax.Command = Class.create(
{
    initialize: function()
    { },

    execute: function()
    { },

    undo: function()
    { }

});

