C# Class SmartboyDevelopments.Haxxit.UndoStack

Show file Open project: smartboyathome/Haxxit Class Usage Examples

Public Methods

Method Description
ClearUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
PushUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
SubscribeAll ( ) : void
TriggerUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
UndoStack ( int max_size, IMediator mediator = null ) : System

Method Details

ClearUndoListener() public method

public ClearUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
return void

PushUndoListener() public method

public PushUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
return void

SubscribeAll() public method

public SubscribeAll ( ) : void
return void

TriggerUndoListener() public method

public TriggerUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
return void

UndoStack() public method

public UndoStack ( int max_size, IMediator mediator = null ) : System
max_size int
mediator IMediator
return System