Class Listener


  • public class Listener
    extends java.lang.Object
    A class that represents an event Listener. Holds the type of the event and the listener itself.
    Since:
    Totalcross 1.22
    • Constructor Summary

      Constructors 
      Constructor Description
      Listener​(java.lang.Object target, int type, java.lang.Object listener)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait