Class ClientEvent

    • Constructor Detail

      • ClientEvent

        public ClientEvent​(boolean async)
        Constructs a client event.
        Parameters:
        async - true if the event should be queued asynchronously
    • Method Detail

      • isAsync

        public boolean isAsync()
        Description copied from interface: IClientEvent
        Returns true if the event should be queued asynchronously.
        Specified by:
        isAsync in interface IClientEvent
        Returns:
        true if the event should be queued asynchronously