From 2e94e9a5d34b0821eaf40416fa82926eb30e146a Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Tue, 22 Nov 2011 10:47:17 +0200 Subject: Remove close listener for browser windows --- src/com/vaadin/ui/Root.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/com/vaadin/ui/Root.java b/src/com/vaadin/ui/Root.java index 66e7258b17..142719b629 100644 --- a/src/com/vaadin/ui/Root.java +++ b/src/com/vaadin/ui/Root.java @@ -824,8 +824,4 @@ public class Root extends AbstractComponentContainer implements public void removeListener(ResizeListener resizeListener) { throw new RuntimeException("Not yet implemented"); } - - public void addListener(CloseListener closeListener) { - throw new RuntimeException("Not yet (if ever) implemented"); - } } -- cgit v1.2.3 6f81ca898fb666bbbe89'/> Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD: https://github.com/go-gitea/giteawww-data
summaryrefslogtreecommitdiffstats
path: root/models/token.go
blob: d015d97aa6c4cf137a497ee9f6702bbfb601e507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88