Class SystemWindowCloseEvent

java.lang.Object
com.spinyowl.legui.system.event.SystemWindowCloseEvent
All Implemented Interfaces:
SystemEvent

public class SystemWindowCloseEvent extends Object implements SystemEvent
  • Field Details

    • window

      public final long window
  • Constructor Details

    • SystemWindowCloseEvent

      public SystemWindowCloseEvent(long window)
  • Method Details

    • getWindow

      public long getWindow()
    • toString

      public String toString()
      Overrides:
      toString in class Object