File: ModalAction.java

package info (click to toggle)
libtoolbutton-java 0.2-2
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 100 kB
  • ctags: 126
  • sloc: java: 508; makefile: 59
file content (15 lines) | stat: -rw-r--r-- 246 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.toolbutton;

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