source:
vanHelsing/branches/guitechdemo/src/de/dass_it/vanhelsing/gui/items/UserObjectItem.java
| Last change on this file was 844, checked in by , on Mar 18, 2010 at 6:52:29 PM | |
|---|---|
| File size: 231 bytes | |
| Line | |
|---|---|
| 1 | package de.dass_it.vanhelsing.gui.items; |
| 2 | /* |
| 3 | * Interface to be implemented by *Item classes for different resource type |
| 4 | */ |
| 5 | public interface UserObjectItem { |
| 6 | |
| 7 | public String getResType(); |
| 8 | public void setResType(String ResType); |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
