- Type Parameters:
W- The type of the window.E- The type of the event.
public interface WindowDelegate<W extends Window,E>
-
Method Summary
-
Method Details
-
get
W get()This method allows you to access the underlying window instance of this delegate. SeegetEvent()for the event instance.- Returns:
- The window which is wrapped by this delegate.
-
getEvent
@Nullable E getEvent()Allows you to access the delegated event instance. Seeget()for the window instance.- Returns:
- The event which is wrapped by this delegate.
-