org.robokind.api.common.utils
Interface RKSource<T>

Type Parameters:
T - type of object to get and set
All Superinterfaces:
org.jflux.api.core.Source<T>
All Known Implementing Classes:
RKSource.SourceImpl

public interface RKSource<T>
extends org.jflux.api.core.Source<T>

Defines a class which can get and set an object of the specified type.

Author:
Matthew Stevenson

Nested Class Summary
static class RKSource.SourceImpl<T>
          Generic Source implementation.
 
Method Summary
 void set(T t)
          Set the object value.
 
Methods inherited from interface org.jflux.api.core.Source
getValue
 

Method Detail

set

void set(T t)
Set the object value.

Parameters:
t - the value to set


Copyright © 2011-2013. All Rights Reserved.