home *** CD-ROM | disk | FTP | other *** search
- package com.everyware.tango.jas;
-
- public interface Messageable {
- int getNumber() throws Exception;
-
- void putNumber(int var1) throws Exception;
-
- int getSmallNumber() throws Exception;
-
- void putSmallNumber(int var1) throws Exception;
-
- String getString() throws Exception;
-
- void putString(String var1) throws Exception;
- }
-