File: ModalAction.java

package info (click to toggle)
libtoolbar-java 1.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 240 kB
  • ctags: 413
  • sloc: java: 2,284; xml: 64; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * ButtonAction.java
 *
 * Created on 02 March 2003, 00:23
 */

package org.tigris.toolbar.toolbutton;

/**
 * An interface purely to act as an indicator of a modal action
 *
 * @author ButtonAction
 */
public interface ModalAction {
}