Public Member Functions | |
| EventActionQueueItem (IProcEventAction action, IProcEventHandler handler) | |
| Initializes a new instance of the structure. | |
Public Attributes | |
| IProcEventAction | action |
| Action to take regarding the event. | |
| IProcEventHandler | handler |
| Delegate that gets called when specified event happens or is to be removed. | |
| Simias::Client::Event::EventActionQueueItem::EventActionQueueItem | ( | IProcEventAction | action, | |
| IProcEventHandler | handler | |||
| ) | [inline] |
Initializes a new instance of the structure.
| action | Action to take regarding the event. | |
| handler | Delegate that gets called when specified event happens or is to be removed. |
| IProcEventAction Simias::Client::Event::EventActionQueueItem::action |
Action to take regarding the event.
| IProcEventHandler Simias::Client::Event::EventActionQueueItem::handler |
Delegate that gets called when specified event happens or is to be removed.
1.5.6