com.threerings.parlor.tourney.server
Class TourniesManager
java.lang.Object
com.threerings.parlor.tourney.server.TourniesManager
- All Implemented Interfaces:
- Lifecycle.BaseComponent, Lifecycle.InitComponent, TourniesProvider, com.threerings.presents.server.InvocationProvider
public abstract class TourniesManager
- extends Object
- implements TourniesProvider, Lifecycle.InitComponent
An extensible tournament manager.
TourniesManager
@Inject
public TourniesManager(Lifecycle cycle)
init
public void init()
- Specified by:
init in interface Lifecycle.InitComponent
createTourney
public void createTourney(com.threerings.presents.data.ClientObject caller,
TourneyConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener)
throws com.threerings.presents.server.InvocationException
- Description copied from interface:
TourniesProvider
- Handles a
TourniesService.createTourney(com.threerings.parlor.tourney.data.TourneyConfig, com.threerings.presents.client.InvocationService.ResultListener) request.
- Specified by:
createTourney in interface TourniesProvider
- Throws:
com.threerings.presents.server.InvocationException
Copyright © 2011. All Rights Reserved.