com.levigo.util.swing.action
Class ActionCreationAdapter

java.lang.Object
  extended by com.levigo.util.swing.action.ActionCreationAdapter
All Implemented Interfaces:
ActionCreationListener

public class ActionCreationAdapter
extends Object
implements ActionCreationListener

Just an adapter class of ActionCreationListener with empty methods.

Author:
Carolin Koehler

Constructor Summary
ActionCreationAdapter()
           
 
Method Summary
 void creationFailure(NamedActionFactory source, String message, String key, Throwable t)
          This method will be called if a failure occurred while action creation.
 void creationInformation(NamedActionFactory source, String message, String key)
          This method will be called when ever informational messages should be provided while an action creation.
 void creationWarning(NamedActionFactory source, String message, String key)
          This method will be called if something happens while action creation, which should be notified as a warning indicating a potential problem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCreationAdapter

public ActionCreationAdapter()
Method Detail

creationFailure

public void creationFailure(NamedActionFactory source,
                            String message,
                            String key,
                            Throwable t)
Description copied from interface: ActionCreationListener
This method will be called if a failure occurred while action creation.

Specified by:
creationFailure in interface ActionCreationListener
Parameters:
source - The source object where the failure occurred.
message - A failure description
key - (optional) The key of the problematic action or null
t - (optional) the occurred Throwable or null

creationWarning

public void creationWarning(NamedActionFactory source,
                            String message,
                            String key)
Description copied from interface: ActionCreationListener
This method will be called if something happens while action creation, which should be notified as a warning indicating a potential problem.

Specified by:
creationWarning in interface ActionCreationListener
Parameters:
source - The source object where the problem occurred.
message - A problem description
key - (optional) The key of the problematic action or null

creationInformation

public void creationInformation(NamedActionFactory source,
                                String message,
                                String key)
Description copied from interface: ActionCreationListener
This method will be called when ever informational messages should be provided while an action creation.

Specified by:
creationInformation in interface ActionCreationListener
Parameters:
source - The source object which propagates the information.
message - A message
key - (optional) The key of the action or null


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.