Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8018875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:13:59+00:00 2026-06-04T21:13:59+00:00

I have created a Spine Controller and I want to trigger a custom event

  • 0

I have created a Spine Controller and I want to trigger a custom event ‘Create’ from inside one of it’s methods.
Then I would like another Spine Controller to listen for that event.
How is this possible using Spine.js’s custom event methods?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T21:14:00+00:00Added an answer on June 4, 2026 at 9:14 pm

    Custom events don’t have to be global. You can can trigger/bind events per controller instance, but not per controller class. For instance

    class PresenterController extends Spine.Controller
      giveSpeech: (message) ->
        @trigger("speech",message)
    
    class App extends Spine.Controller
      addKeynote: ->
        @speaker = new PresenterController
        @speaker.bind("speech",@listen)
      listen: (message) =>
        alert("I heard " + message)
    

    But you can’t get something like PresenterController.bind(“speech”)

    The reason is that Model uses @extend Event, which adds methods to the class, but Controller uses @include Event, which adds methods to the instance. Model achieves the appearance of having instance bindings because it defines its own implementations of trigger, bind, and unbind

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created one table using the below command: create table Table1( Id int
I've got a very basic database schema and have created a dbml from it.
I have successfully created video from uiimages using AVAssetWriter. But as soon as the
I have created the following C library for reading an image: typedef struct {
I have created a skin for DotNetNuke 5.x and I attempted to do as
I have created a basic site using ASP.NET routing according to Mike Ormond's example
I have created a simple test form with FormBorderStyle = FixedToolWindow by default and
I have created a file with XmlDocument xmldoc = new XmlDocument(); Can I make
i have created a simple public ref class in the vc++ project, which is
I have created an MS Access 2003 application, set up as a split front-end/back-end

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.