forked from External/mage
fixed Issue 52
This commit is contained in:
parent
aad92334aa
commit
4862053a25
4 changed files with 41 additions and 4 deletions
|
|
@ -52,6 +52,10 @@ public class CardEventSource implements EventSource<Event>, Serializable {
|
|||
dispatcher.fireEvent(new Event(cardId, message));
|
||||
}
|
||||
|
||||
public void shiftDoubleClick(UUID cardId, String message) {
|
||||
dispatcher.fireEvent(new Event(cardId, message));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void clearListeners() {
|
||||
dispatcher.clearListeners();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue