com.ibm.as400.resource

Interface ResourceListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    ResourceAdapter

    Deprecated. 
    Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.

    public interface ResourceListener
    extends java.util.EventListener
    The ResourceListener represents a listener for ResourceEvents.
    • Method Detail

      • attributeChangesCanceled

        void attributeChangesCanceled(ResourceEvent event)
        Deprecated. 
        Invoked when attribute changes are canceled.
        Parameters:
        event - The event.
      • attributeChangesCommitted

        void attributeChangesCommitted(ResourceEvent event)
        Deprecated. 
        Invoked when attribute changes are committed.
        Parameters:
        event - The event.
      • attributeValuesRefreshed

        void attributeValuesRefreshed(ResourceEvent event)
        Deprecated. 
        Invoked when attributes values are refreshed.
        Parameters:
        event - The event.
      • attributeValueChanged

        void attributeValueChanged(ResourceEvent event)
        Deprecated. 
        Invoked when an attribute value is changed.
        Parameters:
        event - The event.
      • resourceCreated

        void resourceCreated(ResourceEvent event)
        Deprecated. 
        Invoked when an resource is created.
        Parameters:
        event - The event.
      • resourceDeleted

        void resourceDeleted(ResourceEvent event)
        Deprecated. 
        Invoked when an resource is deleted.
        Parameters:
        event - The event.