Changes between Initial Version and Version 1 of Ticket #44


Ignore:
Timestamp:
10/26/09 19:28:56 (14 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44 – Description

    initial v1  
    11We can remove existing commands during the applet's lifetime but the shortcuts do not currently get deleted. We need to replace the current lambda delete callback with a generic callback like ServerCommand.remove() so we can call it from timeout.
    22[[BR]]
    3 Also, some of the shortcuts may just be invalid, we should pass them to a wrapper than can delete them if the applet replies it's invalid?
     3Some of the shortcuts may just be invalid, we should pass them to a wrapper than can delete them if the applet replies it's invalid?
     4[[BR]]
     5We may also want to remove them when we disconnect from a server? Make it an option?
     6Start the applet on demand?...