All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.bristleback.server.bristle.actions.ReservedActionName Maven / Gradle / Ivy

// Bristleback plugin - Copyright (c) 2010 bristleback.googlecode.com
// ---------------------------------------------------------------------------
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by the
// Free Software Foundation; either version 3 of the License, or (at your
// option) any later version.
// This library is distributed in the hope that it will be useful,
// but without any warranty; without even the implied warranty of merchantability
// or fitness for a particular purpose.
// You should have received a copy of the GNU Lesser General Public License along
// with this program; if not, see .
// ---------------------------------------------------------------------------
package pl.bristleback.server.bristle.actions;

/**
 * Idea related with this class is not clear yet.
 * 

* Created on: 2010-09-26 21:41:40
* * @author Wojciech Niemiec */ public enum ReservedActionName { /** * Not implemented yet. */ LOG_IN_ACTION_NAME, /** * Not implemented yet. */ LOG_OFF_ACTION_NAME, /** * Action with this name is invoked when new user is connecting. */ CONNECTION_STARTED_ACTION_NAME, /** * Action with this name is invoked after connector is stopped. */ CONNECTION_STOPPED_ACTION_NAME }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy