public class ToggleServerLockAction extends AbstractConsoleAction implements DBManEventListenerI, FeatureListenerI
Constructor and Description |
---|
ToggleServerLockAction(ConsoleFrame _frame,
ClientContextI ctx,
java.awt.Component contextObject)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent _ae)
Called when button was pressed, or whatever triggered the action.
|
void |
featureBecameAvailable(java.lang.String _feature)
FeatureListenerI event handling.
|
void |
featureNoLongerAvailable(java.lang.String _feature)
FeatureListenerI event handling.
|
boolean |
isEnabled() |
void |
processDBManEvent(DBManEvent _event)
DBMan event handling.
|
void |
setLocked(boolean _locked)
Adjusts the state and looks of the action when the server was locked or
unlocked.
|
void |
setLocked(boolean _locked,
boolean _notifyOthers) |
getClient, makeName
public ToggleServerLockAction(ConsoleFrame _frame, ClientContextI ctx, java.awt.Component contextObject)
public void actionPerformed(java.awt.event.ActionEvent _ae)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class AbstractConsoleAction
public void setLocked(boolean _locked)
public void setLocked(boolean _locked, boolean _notifyOthers)
public void processDBManEvent(DBManEvent _event)
processDBManEvent
in interface DBManEventListenerI
public void featureBecameAvailable(java.lang.String _feature)
featureBecameAvailable
in interface FeatureListenerI
public void featureNoLongerAvailable(java.lang.String _feature)
featureNoLongerAvailable
in interface FeatureListenerI
public boolean isEnabled()
isEnabled
in interface javax.swing.Action
isEnabled
in class javax.swing.AbstractAction
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.