Bases: circuits.core.events.Event
Accessed Event
An Event is a message send to one or more channels. It is eventually dispatched to all components that have handlers for one of the channels and the event type.
All normal arguments and keyword arguments passed to the constructor of an event are passed on to the handler. When declaring a handler, its argument list must therefore match the arguments used for creating the event.
Every event has a name attribute that is used for matching the event with the handlers. By default, the name is the uncameled class name of the event.
Variables: |
|
---|
Bases: circuits.core.events.Event
Closed Event
An Event is a message send to one or more channels. It is eventually dispatched to all components that have handlers for one of the channels and the event type.
All normal arguments and keyword arguments passed to the constructor of an event are passed on to the handler. When declaring a handler, its argument list must therefore match the arguments used for creating the event.
Every event has a name attribute that is used for matching the event with the handlers. By default, the name is the uncameled class name of the event.
Variables: |
|
---|
Bases: circuits.core.events.Event
Created Event
An Event is a message send to one or more channels. It is eventually dispatched to all components that have handlers for one of the channels and the event type.
All normal arguments and keyword arguments passed to the constructor of an event are passed on to the handler. When declaring a handler, its argument list must therefore match the arguments used for creating the event.
Every event has a name attribute that is used for matching the event with the handlers. By default, the name is the uncameled class name of the event.
Variables: |
|
---|
Bases: circuits.core.events.Event
Deleted Event
An Event is a message send to one or more channels. It is eventually dispatched to all components that have handlers for one of the channels and the event type.
All normal arguments and keyword arguments passed to the constructor of an event are passed on to the handler. When declaring a handler, its argument list must therefore match the arguments used for creating the event.
Every event has a name attribute that is used for matching the event with the handlers. By default, the name is the uncameled class name of the event.
Variables: |
|
---|
Bases: circuits.core.events.Event
Modified Event
An Event is a message send to one or more channels. It is eventually dispatched to all components that have handlers for one of the channels and the event type.
All normal arguments and keyword arguments passed to the constructor of an event are passed on to the handler. When declaring a handler, its argument list must therefore match the arguments used for creating the event.
Every event has a name attribute that is used for matching the event with the handlers. By default, the name is the uncameled class name of the event.
Variables: |
|
---|
Bases: circuits.core.events.Event
Moved Event
An Event is a message send to one or more channels. It is eventually dispatched to all components that have handlers for one of the channels and the event type.
All normal arguments and keyword arguments passed to the constructor of an event are passed on to the handler. When declaring a handler, its argument list must therefore match the arguments used for creating the event.
Every event has a name attribute that is used for matching the event with the handlers. By default, the name is the uncameled class name of the event.
Variables: |
|
---|
Bases: circuits.core.events.Event
Opened Event
An Event is a message send to one or more channels. It is eventually dispatched to all components that have handlers for one of the channels and the event type.
All normal arguments and keyword arguments passed to the constructor of an event are passed on to the handler. When declaring a handler, its argument list must therefore match the arguments used for creating the event.
Every event has a name attribute that is used for matching the event with the handlers. By default, the name is the uncameled class name of the event.
Variables: |
|
---|
Bases: circuits.core.events.Event
Unmounted Event
An Event is a message send to one or more channels. It is eventually dispatched to all components that have handlers for one of the channels and the event type.
All normal arguments and keyword arguments passed to the constructor of an event are passed on to the handler. When declaring a handler, its argument list must therefore match the arguments used for creating the event.
Every event has a name attribute that is used for matching the event with the handlers. By default, the name is the uncameled class name of the event.
Variables: |
|
---|