Glenea taeniata
Glenea taeniata is a species of beetle in the family Cerambycidae. It was described by James Thomson in 1860. It is known from Malaysia, Borneo and Sumatra.[1]
Glenea taeniata | |
---|---|
Scientific classification | |
Kingdom: | |
Phylum: | |
Class: | |
Order: | |
Suborder: | |
Family: | |
Genus: | |
Species: | G. taeniata |
Binomial name | |
Glenea taeniata J. Thomson, 1860 | |
Synonyms | |
|
Varietas
- Glenea taeniata var. sandakana Aurivillius, 1925
- Glenea taeniata var. sulla Aurivillius, 1925
gollark: Er, yes.
gollark: If you want callback-driven, then I would do something like this:```lua-- table of event listeners for each programlocal listeners = {}-- make this available to each programlocal function addEventListener(event, handler) listeners[event] = handlerend-- run this when the close button is calledlocal function thingy() if listeners.close then listeners.close() actuallyCloseProgram() else actuallyCloseProgram() endend```
gollark: Ah yes, that may be a problem.
gollark: What?
gollark: Alternatively you can just... queue a `close` event for them, or something.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.