Package kilim

Class Event


  • public class Event
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int eventType
      Type of event to switch on.
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(int evType)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • eventType

        public final int eventType
        Type of event to switch on. The first 1-1000 are reserved for kilim If you define your own eventType, make sure there are no collisions with other projects. One strategy to reduce collisions is to take the ascii codes of the first four consonants of your project's name
    • Constructor Detail

      • Event

        public Event​(int evType)