public class ChatService.PropProvider
extends java.lang.Object
implements jadex.commons.IPropertiesProvider
Modifier and Type | Field and Description |
---|---|
protected jadex.commons.future.Future<java.lang.Void> |
called |
Constructor and Description |
---|
PropProvider() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<jadex.commons.Properties> |
getProperties()
Write current state into properties.
|
jadex.commons.future.IFuture<java.lang.Void> |
isCalled() |
jadex.commons.future.IFuture<java.lang.Void> |
setProperties(jadex.commons.Properties props)
Update from given properties.
|
public jadex.commons.future.IFuture<java.lang.Void> isCalled()
public jadex.commons.future.IFuture<java.lang.Void> setProperties(jadex.commons.Properties props)
setProperties
in interface jadex.commons.IPropertiesProvider
public jadex.commons.future.IFuture<jadex.commons.Properties> getProperties()
getProperties
in interface jadex.commons.IPropertiesProvider