class
BaseListener
public abstract class BaseListener Allows creating a class that will exist for as long as a particle. The methods get called in the particle thread, which removes the need to run through the particle list again, but it has the danger and restrictions that come with threaded code.
Properties
| Name | Type | Description |
|---|---|---|
Source | Component | The component that created this listener. May be null. |