Package com.rs.seagull.emulator.api
Interface Defined
public interface Defined
Anything related to a host application that has a definition will implement Defined. For example, a screen or a
 field.
- Version:
 - $Id$
 
- 
Method Summary
 
- 
Method Details
- 
getName
String getName()Returns the name of the item.- Returns:
 - the name of the item.
 
 
 -