![]() ![]() | Overloaded. Add the given trigger object to static trigger list. |
![]() ![]() | Signals the triggers in static trigger list that it could start it's work. |
![]() ![]() | Signals the triggers in static trigger list that they should break and pause their work. |
![]() ![]() | Remove all entries from static trigger list. |
![]() ![]() | Create a new instance of a specified implemented trigger class. |
![]() ![]() | Signals the triggers in static trigger list that it should stop it's work. |
![]() ![]() | Overloaded. Remove the trigger with given name from static trigger list. |
![]() ![]() | Signals the triggers in static trigger list that they should start working again. |
![]() ![]() | Overloaded. Remove given registered event handler from each trigger with given name. |
![]() ![]() | Overloaded. Register given event handler at each trigger with given name. |
![]() | Get the flag if trigger is configured or not. |
![]() | Get the flag if trigger is paused or not. |
![]() | Get the flag if trigger is running or not. |
![]() | Configures the trigger from an xml element. |
![]() | Signals the trigger that it could start working again. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Signals the trigger that it could break and pause it's work. |
![]() | Signals the trigger that it could start it's work. |
![]() | Signals the trigger that it should stop it's work. |
![]() | Returns a String that represents the current Object. |
![]() | Event which will occures if trigger matches. |
![]() |
Initializes a new instance of the Trigger class. |
![]() | Flag if configuration of the trigger is already done or not. |
![]() | The name of the trigger. Is only for global triggers important. |
![]() | Flag if trigger is paused or not. |
![]() | Flag if trigger is running or not. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Function will be called when the trigger event should be fired. |
![]() | Function is called from timer which shows that the trigger event should be fired. |
![]() | Helper function which is used to handle trigger event times which are to long in future. |
Trigger Class | uws.Triggers Namespace | ITrigger