public interface ILuaMethodProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addLuaMethods(LuaMethodRegistry registry)
Called lazily to populate the method registry with the methods.
|
LuaMethodRegistry |
getLuaMethodRegistry()
Get this TE's method registry object.
|
java.lang.String |
getPeripheralType()
Get a unique identifier for this type of method provider.
|
LuaMethodRegistry getLuaMethodRegistry()
java.lang.String getPeripheralType()
void addLuaMethods(LuaMethodRegistry registry)
registry - the registry to populate