Package playn.core

Class Event

java.lang.Object
playn.core.Event
Direct Known Subclasses:
Event.Input

public abstract class Event extends Object
Defines an event abstraction used in various places in PlayN.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    The base for all input events.
    static class 
    The base for all input events with a screen position.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    A flag indicating that the default OS behavior for an event should be prevented.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • F_PREVENT_DEFAULT

      public static final int F_PREVENT_DEFAULT
      A flag indicating that the default OS behavior for an event should be prevented.
      See Also:
  • Constructor Details

    • Event

      public Event()