Package org.wicketstuff.push
Interface IPushServiceRef<T extends IPushService>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractPushServiceRef
public interface IPushServiceRef<T extends IPushService> extends Serializable
- Author:
- Sebastian Thomschke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()looks up and returns the referenced service instance
-
-
-
Method Detail
-
get
T get()
looks up and returns the referenced service instance- Returns:
- the service instance
-
-