📄 jahiaeventlistenerinterface.java
字号:
//// ____.// __/\ ______| |__/\. _______// __ .____| | \ | +----+ \// _______| /--| | | - \ _ | : - \_________// \\______: :---| : : | : | \________>// |__\---\_____________:______: :____|____:_____\// /_____|//// . . . i n j a h i a w e t r u s t . . .////// JahiaEventListenerInterface// EV 12.01.2001//package org.jahia.data.events;import java.util.*; // EventObjectpublic interface JahiaEventListenerInterface{ public void beforeServicesLoad( JahiaEvent je ); public void afterServicesLoad( JahiaEvent je ); public void fieldAdded( JahiaEvent je ); public void fieldUpdated( JahiaEvent je ); public void fieldDeleted( JahiaEvent je ); public void containerAdded( JahiaEvent je ); public void containerUpdated( JahiaEvent je ); public void containerDeleted( JahiaEvent je ); public void pageAdded( JahiaEvent je ); public void pageLoaded( JahiaEvent je ); public void pagePropertiesSet( JahiaEvent je ); public void containerListPropertiesSet( JahiaEvent je ); public void rightsSet( JahiaEvent je); public void userLoggedIn( JahiaEvent je ); public void userLoggedOut( JahiaEvent je );} // end JahiaEventListenerInterface
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -