Package com.chillycheesy.modulo.events


package com.chillycheesy.modulo.events
  • Interface Summary
    Interface
    Description
    It can be applied on a event.
     
  • Class Summary
    Class
    Description
    An Event can be created, emit and catch by every module.
    The EventContainer contain all about the events.
    EventManager make the gesture between Listener and Event.
  • Annotation Interfaces Summary
    Annotation Interface
    Description
    EventHandler annotation is used over methods on Listener classes.