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
 T get()
          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


Copyright © 2013. All Rights Reserved.