Share via


IActionHandler 인터페이스

정의

클래스의 동작을 처리하는 메서드를 정의합니다.

public interface class IActionHandler : IDisposable, System::ComponentModel::IComponent
public interface IActionHandler : IDisposable, System.ComponentModel.IComponent
type IActionHandler = interface
    interface IComponent
    interface IDisposable
Public Interface IActionHandler
Implements IComponent, IDisposable
구현

메서드

PerformAction(String, IContext)

요청한 동작을 인스턴스화 및 활성화합니다.

이벤트

ActionCompleted

동작 실행이 완료될 때 발생합니다.

적용 대상